aboutsummaryrefslogtreecommitdiff
path: root/src/crates/library
AgeCommit message (Expand)Author
2024-03-08more sorteduniquevec fixesAria Shrimpton
2024-03-08use binary search in sorteduniquevec::removeAria Shrimpton
2024-03-08use binary search in sorteduniquevec::containsAria Shrimpton
2024-03-08fix adaptive containers for mappingsAria Shrimpton
2024-03-07fix library tests for sorted vecsAria Shrimpton
2024-03-07rename eager vecs and change uniquevec to be actually usefulAria Shrimpton
2024-03-07workaround eager sorted vec problemAria Shrimpton
2024-03-04fix lintsAria Shrimpton
2024-02-24add iter method to container and make contains immutableAria Shrimpton
2024-02-24rename container operations and fix some primrose fuckeryAria Shrimpton
2024-02-23add iter to mapping traitAria Shrimpton
2024-02-07some fixes for mappingsAria Shrimpton
2024-02-07make indexable trait immutableAria Shrimpton
2024-02-05add adaptive container typeAria Shrimpton
2024-01-31library: remove lazy vecsAria Shrimpton
2024-01-31library: require intoiteratorAria Shrimpton
2024-01-31add partitioning of collection lifetimesAria Shrimpton
2024-01-25add btreemapAria Shrimpton
2024-01-25support constraint checking on mappingsAria Shrimpton
2024-01-25add mapping trait & hashmap to library + benchmarkerAria Shrimpton
2024-01-17feat(profiler): be aware of multiple container types per projectAria
2023-12-06style: fix some lintsAria
2023-11-30feat(profiler): dont track allocation site backtraceAria
2023-11-30fix(profiler): make profilerwrapper output to specific directoryAria
2023-11-30feat(library): WIP add profiling wrapperAria
2023-11-30refactor(library): use Default and get rid of constructor traitAria
2023-11-30fix(library): dev dependencies instead of real dependenciesAria
2023-11-07refactor(all): shorter directory namesAria