issues
search
florian1345
/
lru-mem
An LRU cache implementation bounded by memory.
Other
3
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add benches for ejecting insert and ejecting/non-ejecting mutate
#50
florian1345
closed
1 year ago
0
Further refactor benchmarks
#49
florian1345
closed
1 year ago
0
Use `cargo check` to check benches instead of building benches
#48
florian1345
closed
1 year ago
0
Rework benchmarks to reduce measuring setup/repair code
#47
florian1345
closed
1 year ago
0
Prepare v0.3.0
#46
florian1345
closed
1 year ago
0
Add test case to better cover Box::heap_size_sum_(exact_size_)iter
#45
florian1345
closed
1 year ago
0
Improve documentation of MemSize and subtraits
#44
florian1345
closed
1 year ago
0
Improve mem_size module coverage
#43
florian1345
closed
1 year ago
0
Add specialized impls for iterators and exact-size-iterators where efficient
#42
florian1345
closed
1 year ago
0
Benchmarks and tests in preparation for optimized Vec heap_size
#41
florian1345
closed
1 year ago
0
<Vec<u8> as HeapSize>::heap_size() is slow
#40
exFalso
closed
1 year ago
6
Thank you for this crate!
#39
exFalso
closed
1 year ago
1
Bump version to 0.2.1, add changelog
#38
florian1345
closed
1 year ago
0
Ensure doubling of capacity on reallocation with test
#37
florian1345
closed
1 year ago
0
Gitignore IntelliJ files
#36
florian1345
closed
1 year ago
0
Add more tests for LruCache::retain
#35
florian1345
closed
1 year ago
0
More memory leak tests, fixed clear function
#34
florian1345
closed
1 year ago
0
Bump dependency versions
#33
florian1345
closed
1 year ago
0
Achieve good coverage everywhere except error module
#32
florian1345
closed
1 year ago
0
Add more tests for MemSize, fix Mutex and RwLock sizes
#31
florian1345
closed
1 year ago
0
Fix typos
#30
florian1345
closed
1 year ago
0
Improve test coverage
#29
florian1345
closed
1 year ago
0
Operate on hash table entries directly instead of through keys
#28
florian1345
opened
1 year ago
0
Improve test coverage
#27
florian1345
closed
1 year ago
0
Improve performance of reallocation even more
#26
florian1345
closed
1 year ago
0
Improve performance of reallocation
#25
florian1345
closed
1 year ago
0
Make benchmarks shorter to run
#24
florian1345
closed
1 year ago
0
Fix reallocation by factor of 4 instead of 2
#23
florian1345
closed
1 year ago
0
insert freezes up at specific number of elements inserted
#22
rodrigolive
opened
1 year ago
4
Fix clippy warning
#21
florian1345
closed
1 year ago
0
Fix license file referring to wrong crate
#20
florian1345
closed
1 year ago
0
Reorganized Tests
#19
florian1345
closed
2 years ago
0
Move tests to tests/ dir
#18
mleonhard
closed
2 years ago
3
Better benchmarks
#17
florian1345
closed
2 years ago
0
Doc fixes
#16
florian1345
closed
2 years ago
0
Clippy CI
#15
florian1345
closed
2 years ago
0
v0.2.0
#14
florian1345
closed
2 years ago
0
API Completion
#13
florian1345
closed
2 years ago
2
v0.1.5 Preparation
#12
florian1345
closed
2 years ago
0
Restructure
#11
florian1345
closed
2 years ago
0
Diverse Fixes
#10
florian1345
closed
2 years ago
0
More benchmarks
#9
florian1345
closed
2 years ago
0
Restructured Benchmarks
#8
florian1345
closed
2 years ago
0
Send + Sync impl, Optimization, Doc typo
#7
florian1345
closed
2 years ago
0
Added doc to workflow
#6
florian1345
closed
2 years ago
0
Updated Metadata (again)
#5
florian1345
closed
2 years ago
0
Small fixes
#4
florian1345
closed
2 years ago
0
Readme
#3
florian1345
closed
2 years ago
0
License
#2
florian1345
closed
2 years ago
0
Initial Implementation
#1
florian1345
closed
2 years ago
0
Next