GeoIP2-node
GeoIP2-node copied to clipboard
fs.openAsBlob experimental support
Latest node released something like mmap, which can save memory in node apps. It is too early to make a release with it, but it is possible to check possibility and performance of this improvement
I don't know much about the new API, but could you use it currently with openBuffer?
I can, been it will load all the database in the memory, it is different from behavior of golang library, which uses mmap. I'll do more testing soon