-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
benchmarkRequires or pertains to benchmarkingRequires or pertains to benchmarking
Description
Compare:
-
level@7againstclassic-level. To test the native part (now using encoding options instead of*asBuffer). Not expecting a change here. -
level-mem+subleveldownagainstmemory-level+ sublevels, with json encoding. To test the JS part. Expecting a slight improvement here, though it might only surface in real-world apps (with GC pressure) rather than a synthetic benchmark. - Batching on
level-memagainstmemory-level, as it removes two (or three, with sublevels) iterations of the batch array.
A quick benchmark is enough (of reads and writes). It's just to check that performance is equal or better.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
benchmarkRequires or pertains to benchmarkingRequires or pertains to benchmarking
Type
Projects
Status
Done