Yeah, I've done many changes but the query algorithm and indexing are almost the same.

I removed the event store to support windows targets too.

Reply to this note

Please Login to reply.

Discussion

Removing the event store is only a minor performance drop (1 more lookup).

mmap_append originally was only working on linux, but Ashkan Kiani replaced some of my code with memmap2 which is cross-platform. So now mmap-append works on Windows too, as does the stuff on top of it. I just noticed that the README is wrong 🤦 .. fixed.