Skip to content

update leveldb to v1.23 #149

Open
Open
@mrx23dot

Description

It promises better performance:

"Optimize leveldb block seeks to utilize the current iterator location. This is beneficial when iterators are reused and seeks are not random but increasing. It is additionally beneficial with larger block sizes and keys with common prefixes."

https://github.com/google/leveldb/releases
Feb 23, 2021 v1.23

If possible then compile with -Ofast -m32 (fastest portable), not sure if separate 64bit would speed things up.

in
https://github.com/wbolster/plyvel/blob/main/scripts/install-leveldb.sh
and in wheels

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions