issues
search
meilisearch
/
heed
A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
631
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add custom ordering support to range types
#289
Boog900
opened
2 hours ago
0
Expose USE_VALGRIND compilation flag as use-valgrind feature
#288
dureuill
opened
9 hours ago
0
relax the HeedDecode bound on Lazy::remap
#287
irevoire
closed
4 weeks ago
0
read-txn-no-tls not working as expected
#286
emuellen
closed
1 month ago
1
Make the `RoTxn` covariant and keep it !Sync
#285
Kerollmops
closed
1 month ago
0
Add a guide to the cookbook about custom comparator functions
#284
Kerollmops
opened
2 months ago
0
feat: add `dup_sort_comparator`
#283
oXtxNt9U
opened
2 months ago
7
[bug] test failure on 32-bit arches
#282
werdahias
opened
2 months ago
3
Incompatibility of lmdb-master-sys Package with Cross-Compilation
#281
Losses
opened
2 months ago
0
Correct way to close an env?
#280
guozirui33
closed
1 month ago
2
`put` variant that returns the previous value for a key
#279
guozirui33
closed
2 months ago
2
Combined version of LMDB mdb.master and mdb.master3
#278
Kerollmops
opened
3 months ago
0
Bump heed and lmdb-master-sys versions
#277
Kerollmops
closed
3 months ago
0
Bump versions and LMDB commit
#276
Kerollmops
closed
3 months ago
0
fix custom_key_cmp_wrapper being able to unwind to C code (ub)
#275
antonilol
closed
3 months ago
3
add new trait to encode values to bytes
#274
antonilol
opened
3 months ago
9
fix function docs (clippy warnings)
#273
antonilol
closed
3 months ago
0
borrow primitive types where possible instead of allocating them on the heap in BytesEncode implementations
#272
antonilol
closed
3 months ago
2
Bump versions
#271
Kerollmops
closed
3 months ago
2
Use features that actually exists
#270
Kerollmops
closed
3 months ago
0
Bump lmdb submodules commit
#269
zanaviska
closed
3 months ago
2
Is it possible to create a generic wrapper struct ?
#268
lazybilly
opened
3 months ago
4
dropping RwTxn
#267
mikedilger
closed
4 months ago
3
update sub dependencies for release
#266
irevoire
closed
4 months ago
0
Update dependencies
#265
irevoire
closed
4 months ago
0
Bump the internal LMDB, lmdb-master-sys, and heed versions
#264
Kerollmops
closed
6 months ago
0
Introduce the `longer-keys` feature which sets `-DMDB_MAXKEYSIZE=0`
#263
tpunder
closed
6 months ago
4
Bump heed to v0.20.1
#262
Kerollmops
closed
6 months ago
0
enable self referential rtxn
#261
irevoire
closed
6 months ago
0
Improve performance of `ReservedSpace`
#260
nolanderc
closed
6 months ago
0
add lifetime to `ReservedSpace` (closes #258)
#259
nolanderc
closed
7 months ago
0
`ReservedSpace` is unsound due to not being bound to its origin transaction.
#258
nolanderc
closed
7 months ago
0
Reduce allocations in `BytesEncode`
#257
nolanderc
opened
7 months ago
1
make `ReservedSpace` more flexible
#256
nolanderc
closed
7 months ago
0
Expose a safe low-level cursor API.
#255
nolanderc
opened
7 months ago
2
Make `ReservedSpace` more flexible
#254
nolanderc
closed
7 months ago
1
Question: does the build executable binary rely on a dynamic linked liblmdb library?
#253
linrongbin16
closed
7 months ago
2
Add `Database::get_or_put`: insert if value does not exist, otherwise return previous value
#252
nolanderc
closed
7 months ago
2
replace all `FnMut` with `FnOnce` in `put_reserve_*`
#251
nolanderc
closed
7 months ago
3
Close the `p` tag
#250
Kerollmops
closed
7 months ago
0
Bump lmdb-master-sys to 0.2.0
#249
Kerollmops
closed
7 months ago
0
Bump heed to v0.20
#248
Kerollmops
closed
7 months ago
0
Refine the unnamed database behavior
#247
Kerollmops
closed
7 months ago
1
Set `EnvOpenOptions::open()` to `unsafe`
#246
hinto-janai
closed
8 months ago
0
Add `Env::set_flags()` and `FlagSetMode`
#245
hinto-janai
closed
9 months ago
0
Introduce the first Cookbook
#244
Kerollmops
closed
8 months ago
0
Remove internal database type checking
#243
Kerollmops
closed
9 months ago
0
Introduce the Database stat method
#242
Kerollmops
closed
9 months ago
0
Make the iterators `Send` when `read-txn-no-tls` is enabled
#241
Kerollmops
closed
9 months ago
2
Expose the `MdbStat` structure from a database
#240
Kerollmops
closed
9 months ago
0
Next