NickNaso / node-simdb

Node.js high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store
http://nacios.it
Apache License 2.0
3 stars 1 forks source link

JS - Interface size() #4

Open NickNaso opened 6 years ago

NickNaso commented 6 years ago

The size method return the size of memory used by database

const db = new Database({...})
...
let size = db.size()