Keith Morrison
Keith Morrison
I don't find this surprising since JS is much faster than Ruby in general. You may get a bit better performance if you load the whole file into memory to...
Good advice, thank you. This optimization does result in a performance improvement of approximately 10% in my initial testing.
Released in version 4.2.2
Would something the approach in the https://github.com/infused/ziptz/tree/in_memory branch work? Instead of using the on-disk database, it creates an in-memory SQLite3 database during initialization.