GeoIP2-node icon indicating copy to clipboard operation
GeoIP2-node copied to clipboard

fs.openAsBlob experimental support

Open gugu opened this issue 2 years ago • 2 comments

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

gugu avatar Mar 16 '23 17:03 gugu

I don't know much about the new API, but could you use it currently with openBuffer?

oschwald avatar Mar 27 '23 22:03 oschwald

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

gugu avatar Mar 28 '23 07:03 gugu