aboutsummaryrefslogtreecommitdiff
path: root/src/crates
AgeCommit message (Expand)Author
2024-03-08use binary search in sorteduniquevec::removeAria Shrimpton
2024-03-08more benchmark fixes(?)Aria Shrimpton
2024-03-08fix some benchmark ops getting optimised outAria 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-07use logarithmic factor in cost modelAria Shrimpton
2024-03-06profile for 15s insteadAria Shrimpton
2024-03-06use order 4 polynomial again, with more even spread of nsAria Shrimpton
2024-03-06only print benchmark output on trace log levelAria Shrimpton
2024-03-06fix outdated vandermonde matrix functionAria Shrimpton
2024-03-06minor cleanupAria Shrimpton
2024-03-04try using order 3 polynomialAria Shrimpton
2024-03-04fix lintsAria Shrimpton
2024-03-04replace estimate command with place commandAria Shrimpton
2024-03-04check for errors when fetching logsAria Shrimpton
2024-03-04tune to avoid benchmark timeouts when profilingAria Shrimpton
2024-03-01build cost models w/ slightly lower n valuesAria Shrimpton
2024-03-01make fitting code generic over # of coefficientsAria Shrimpton
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 codegen for adaptive containersAria Shrimpton
2024-02-27print latex tables in more placesAria Shrimpton
2024-02-24fix cost model not getting printed in latexAria 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-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