Closed Fryuni closed 2 years ago
Provide a method that reads from a []byte instead of opening a file and mmap-ing it. This is useful for downloading a database and keeping it entirely in memory.
[]byte
The function is there, it was a bug on my IDE that was not showing it, sorry.
Provide a method that reads from a
[]byte
instead of opening a file and mmap-ing it. This is useful for downloading a database and keeping it entirely in memory.