aboutsummaryrefslogtreecommitdiff
path: root/src/crates
AgeCommit message (Expand)Author
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-23add iter to mapping traitAria 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-07make indexable trait immutableAria Shrimpton
2024-02-07lintsAria Shrimpton
2024-02-06add seconds suffixAria Shrimpton
2024-02-06allow logging stderr of confirmation benchmarksAria 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 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-31breakdown cost by split in estimate commandAria Shrimpton
2024-01-31lints & refactorsAria Shrimpton
2024-01-31add partitioning of collection lifetimesAria Shrimpton
2024-01-30rename back to candelabra-cliAria Shrimpton
2024-01-30codegen fixAria Shrimpton
2024-01-30more fixes for ci / nixificationAria Shrimpton
2024-01-25fix missing get operations when profilingAria Shrimpton
2024-01-25add docker imageAria Shrimpton
2024-01-25add btreemapAria Shrimpton
2024-01-25lintsAria Shrimpton
2024-01-25raise error early if no candidates foundAria Shrimpton
2024-01-25support constraint checking on mappingsAria Shrimpton
2024-01-25support multiple element types in primrose (for mappings)Aria Shrimpton
2024-01-25add mapping trait & hashmap to library + benchmarkerAria Shrimpton
2024-01-23lintsAria Shrimpton
2024-01-23actually improve profiler cachingAria Shrimpton
2024-01-23add + Hash restriction to generated codeAria Shrimpton
2024-01-23fix cli tables getting messed up by key differencesAria Shrimpton
2024-01-23more efficient caching of profiling informationAria Shrimpton
2024-01-23allow running benchmarks with estimate commandAria Shrimpton
2024-01-23benchmark fixesAria Shrimpton
2024-01-20fix(benchmarker): more precise benchmarking without criterionAria Shrimpton
2024-01-20use hashmaps in more places for consistencyAria Shrimpton
2024-01-20feat(cli): command for breakdown of cost estimateAria Shrimpton
2024-01-19fix(cache): ignore some files when calculating tree hashAria Shrimpton
2024-01-19feat(cli): compare real results against chosen assignmentAria Shrimpton
2024-01-19cleanup benchmarkerAria Shrimpton
2024-01-19feat(cli): show estimated cost of each optionAria Shrimpton
2024-01-19feat(cli): show normalised root mean square error of cost modelAria Shrimpton
2024-01-19feat(fit): add (unused) pre-transformations to fitAria Shrimpton
2024-01-19remove old exampleAria Shrimpton