MCPcopy Index your code
hub / github.com/techfort/LokiJS / createDatabaseUnindexed

Function createDatabaseUnindexed

benchmark/benchmark_binary.js:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43// without an index
44
45function createDatabaseUnindexed() {
46 db = new loki('binary index perf');
47
48 samplecoll = db.addCollection('samplecoll');
49}
50
51function createDatabaseIndexed(adaptive) {
52 db = new loki('binary index perf');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected