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 (
Collapse
)
Author
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
this removes unnecessary boxing, and makes code more consistent with rust conventions. it also lets us actually use the ::new methods from generics (when we're not generating code)
2023-11-30
fix(library): dev dependencies instead of real dependencies
Aria
2023-11-07
refactor(all): shorter directory names
Aria