aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-23add justfileAria Shrimpton
2024-01-23fixes for prime_sieveAria Shrimpton
2024-01-23allow running benchmarks with estimate commandAria Shrimpton
2024-01-23benchmark fixesAria Shrimpton
2024-01-23add prime sieve testAria 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
2024-01-17feat: add selection !!!!!Aria
2024-01-17feat(profiler): be aware of multiple container types per projectAria
2024-01-17chore: update tasks & cleanupAria
2024-01-17feat(cli): better output for cost model commandAria
2024-01-17fix: remove dead codeAria
2024-01-17fix(benchmarker): some cleanup and convenienceAria
2023-12-16feat(benchmark): add back benchmark parsing codeAria
2023-12-14style: fix lintsAria
2023-12-14feat(cli): reimplement cli bitsAria
2023-12-14fix(cost): check library spec exists before runningAria
2023-12-14fix(costs): move caching logic out of calc_Aria
2023-12-14feat(candelabra): cache profiler infoAria
2023-12-14refactor(candelabra): dont use polarsAria
2023-12-14refactor(candelabra): split cli, reduce duplicationAria
2023-12-14feat(profiler): use dataframes for profiling infoAria
2023-12-14feat(profiler): do profiling :DAria
2023-12-08feat(profiler): WIP actually use the profilerwrapper typeAria
2023-12-08fix(primrose): fix code generation using opaque typesAria
2023-12-06style: fix some lintsAria
2023-12-06refactor(cli): share state throughout program, reducing parametersAria
2023-11-30feat(cli): WIP profilingAria
2023-11-30feat(profiler): dont track allocation site backtraceAria
2023-11-30test: add benchmark for example_stack (for testing)Aria
2023-11-30fix(profiler): make profilerwrapper output to specific directoryAria