-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DISK-FORMAT-BREAKING: use base64 for state; plays nice with level enc…
…odings
- Loading branch information
1 parent
f4fbfcf
commit fdf775d
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdf775d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@noffle I'm probably missing context but if it helps, you could also do:
Saves an encoding step.
Also,
memdb
is outdated, succeeded bylevel-mem
(same interface)fdf775d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vweevers, that's what I tried first, but
get
s were returning something like{ type: 'Buffer', data: [...] }
instead of aBuffer
object.fdf775d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@noffle I'd like to take a closer look at that. How can I reproduce it?
fdf775d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fdf775d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm unable to reproduce: https://github.com/vweevers/kappa-test123 (
npm i && node test
)