aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-01more info logsAria Shrimpton
2024-03-01benchmark for fixed amount rather than time-basedAria Shrimpton
2024-03-01print all observations when running cost model benchmarksAria Shrimpton
2024-03-01fix names of aoc cratesAria Shrimpton
2024-03-01fix codegen for adaptive containersAria Shrimpton
2024-02-29some n value tweakingAria Shrimpton
2024-02-29rename benchmark stuff to be more consistentAria Shrimpton
2024-02-27change example_{mapping,sets} to do 2* as many gets/contains as insertsAria Shrimpton
2024-02-27add mapping example benchmarkAria Shrimpton
2024-02-27cleanup example_ benchmarksAria Shrimpton
2024-02-27print latex tables in more placesAria Shrimpton
2024-02-26fix typo in justfileAria Shrimpton
2024-02-25tune benchmarks to be better spread hopefullyAria Shrimpton
2024-02-24fix cost model not getting printed in latexAria Shrimpton
2024-02-24clean criterion directory before running benchmarksAria Shrimpton
2024-02-24give each benchmark its own nameAria Shrimpton
2024-02-24use criterion's profile-time flag for profilingAria Shrimpton
2024-02-24save each confirmation benchmark as a different baselineAria Shrimpton
2024-02-24another aoc benchmark!Aria Shrimpton
2024-02-24actually save best choices when running selectionAria 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-23two aoc benchmarks!Aria Shrimpton
2024-02-23add iter to mapping traitAria Shrimpton
2024-02-23remove aoc 2022 05Aria Shrimpton
2024-02-23non primrosed aoc 2022 05Aria Shrimpton
2024-02-19also benchmark n splitsAria Shrimpton
2024-02-19actually fix seconds suffix in benchmark outputsAria Shrimpton
2024-02-07some fixes for mappingsAria Shrimpton
2024-02-07aoc 2021 day 9 testAria Shrimpton
2024-02-07deal with more variables in racket specsAria Shrimpton
2024-02-07make indexable trait immutableAria Shrimpton
2024-02-07lintsAria Shrimpton
2024-02-06add seconds suffixAria Shrimpton
2024-02-06escape section display names in ciAria Shrimpton
2024-02-06allow logging stderr of confirmation benchmarksAria Shrimpton
2024-02-06fix wrong binary name in justfileAria Shrimpton
2024-02-05fixed seed for benchmarksAria Shrimpton
2024-02-05generate code for selected adaptive containersAria Shrimpton
2024-02-05add adaptive container typeAria Shrimpton
2024-02-01latex output in CIAria Shrimpton
2024-02-01latex outputAria Shrimpton
2024-02-01refactor out nested hashmaps for mapping2d structAria Shrimpton
2024-01-31attempt to detect when switching containers midway through would be betterAria Shrimpton
2024-01-31library: remove lazy vecsAria Shrimpton
2024-01-31library: require intoiteratorAria Shrimpton
2024-01-31add test for set insertionAria Shrimpton
2024-01-31breakdown cost by split in estimate commandAria Shrimpton
2024-01-31lints & refactorsAria Shrimpton
2024-01-31add partitioning of collection lifetimesAria Shrimpton