Crates.io | cordoba |
lib.rs | cordoba |
version | 0.3.4 |
source | src |
created_at | 2018-05-25 01:40:54.535028 |
updated_at | 2020-09-08 18:09:39.464215 |
description | Zero-copy and mmapable CDB access library with a Python interface |
homepage | https://github.com/jothan/cordoba |
repository | https://github.com/jothan/cordoba.git |
max_upload_size | |
id | 66955 |
size | 71,234 |
The CDBReader is mostly intended for operating over an mmaped byte slice. For small files, loading the whole file in memory is also an option.
The file access implemented on any type that is Read + Seek does no optimization beyond removing redundant seeks. If BufReader is used, a rather small buffer size is recommended as hash table reads are done on every value access.
In order of priority.