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
Age
Commit message (
Collapse
)
Author
2024-02-24
another aoc benchmark!
Aria Shrimpton
2024-02-24
actually save best choices when running selection
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
two aoc benchmarks!
Aria Shrimpton
2024-02-23
add iter to mapping trait
Aria Shrimpton
2024-02-23
remove aoc 2022 05
Aria Shrimpton
not a suitable test case because it requires mutating through an index, and thats not really the type of thing we're looking to do
2024-02-23
non primrosed aoc 2022 05
Aria Shrimpton
2024-02-19
also benchmark n splits
Aria Shrimpton
2024-02-19
actually fix seconds suffix in benchmark outputs
Aria Shrimpton
2024-02-07
some fixes for mappings
Aria Shrimpton
2024-02-07
aoc 2021 day 9 test
Aria Shrimpton
2024-02-07
deal with more variables in racket specs
Aria Shrimpton
2024-02-07
make indexable trait immutable
Aria Shrimpton
2024-02-07
lints
Aria Shrimpton
2024-02-06
add seconds suffix
Aria Shrimpton
2024-02-06
escape section display names in ci
Aria Shrimpton
2024-02-06
allow logging stderr of confirmation benchmarks
Aria Shrimpton
2024-02-06
fix wrong binary name in justfile
Aria Shrimpton
2024-02-05
fixed seed for benchmarks
Aria Shrimpton
2024-02-05
generate code for selected adaptive containers
Aria Shrimpton
2024-02-05
add adaptive container type
Aria Shrimpton
2024-02-01
latex output in CI
Aria Shrimpton
2024-02-01
latex output
Aria Shrimpton
2024-02-01
refactor out nested hashmaps for mapping2d struct
Aria Shrimpton
2024-01-31
attempt to detect when switching containers midway through would be better
Aria Shrimpton
2024-01-31
library: remove lazy vecs
Aria Shrimpton
2024-01-31
library: require intoiterator
Aria Shrimpton
2024-01-31
add test for set insertion
Aria Shrimpton
2024-01-31
breakdown cost by split in estimate command
Aria Shrimpton
2024-01-31
lints & refactors
Aria Shrimpton
2024-01-31
add partitioning of collection lifetimes
Aria Shrimpton
2024-01-30
rename back to candelabra-cli
Aria Shrimpton
2024-01-30
codegen fix
Aria Shrimpton
2024-01-30
testing: escape : in section slugs
Aria Shrimpton
2024-01-30
dont try and nest sections in justifle
Aria Shrimpton
2024-01-30
more fixes for ci / nixification
Aria Shrimpton
2024-01-29
run-all-tests job
Aria Shrimpton
2024-01-25
fix missing get operations when profiling
Aria Shrimpton
2024-01-25
add docker image
Aria Shrimpton
2024-01-25
add btreemap
Aria Shrimpton
2024-01-25
lints
Aria Shrimpton
2024-01-25
raise error early if no candidates found
Aria Shrimpton
2024-01-25
support constraint checking on mappings
Aria Shrimpton
2024-01-25
support multiple element types in primrose (for mappings)
Aria Shrimpton
2024-01-25
add mapping trait & hashmap to library + benchmarker
Aria Shrimpton
2024-01-23
lints
Aria Shrimpton
2024-01-23
actually improve profiler caching
Aria Shrimpton
2024-01-23
add + Hash restriction to generated code
Aria Shrimpton
2024-01-23
fix cli tables getting messed up by key differences
Aria Shrimpton
[next]