index
:
dissertation
main
Candelabra: Efficient selection of ideal container implementations
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crates
/
library
Age
Commit message (
Expand
)
Author
2024-03-31
some code cleanup
Aria Shrimpton
2024-03-20
fix broken library shit
Aria Shrimpton
2024-03-19
fix adaptive containers not having all traits
Aria Shrimpton
2024-03-19
more library types & more consistent naming
Aria Shrimpton
2024-03-11
inline adaptive container functions
Aria Shrimpton
2024-03-08
more sorteduniquevec fixes
Aria Shrimpton
2024-03-08
use binary search in sorteduniquevec::remove
Aria Shrimpton
2024-03-08
use binary search in sorteduniquevec::contains
Aria Shrimpton
2024-03-08
fix adaptive containers for mappings
Aria Shrimpton
2024-03-07
fix library tests for sorted vecs
Aria Shrimpton
2024-03-07
rename eager vecs and change uniquevec to be actually useful
Aria Shrimpton
2024-03-07
workaround eager sorted vec problem
Aria Shrimpton
2024-03-04
fix lints
Aria Shrimpton
2024-02-24
add iter method to container and make contains immutable
Aria Shrimpton
2024-02-24
rename container operations and fix some primrose fuckery
Aria Shrimpton
2024-02-23
add iter to mapping trait
Aria Shrimpton
2024-02-07
some fixes for mappings
Aria Shrimpton
2024-02-07
make indexable trait immutable
Aria Shrimpton
2024-02-05
add adaptive container type
Aria Shrimpton
2024-01-31
library: remove lazy vecs
Aria Shrimpton
2024-01-31
library: require intoiterator
Aria Shrimpton
2024-01-31
add partitioning of collection lifetimes
Aria Shrimpton
2024-01-25
add btreemap
Aria Shrimpton
2024-01-25
support constraint checking on mappings
Aria Shrimpton
2024-01-25
add mapping trait & hashmap to library + benchmarker
Aria Shrimpton
2024-01-17
feat(profiler): be aware of multiple container types per project
Aria
2023-12-06
style: fix some lints
Aria
2023-11-30
feat(profiler): dont track allocation site backtrace
Aria
2023-11-30
fix(profiler): make profilerwrapper output to specific directory
Aria
2023-11-30
feat(library): WIP add profiling wrapper
Aria
2023-11-30
refactor(library): use Default and get rid of constructor trait
Aria
2023-11-30
fix(library): dev dependencies instead of real dependencies
Aria
2023-11-07
refactor(all): shorter directory names
Aria