Carp/bench
Erik Svedäng 470f0f827d
fix: Unify aupdate and aupdate! with other update functions (#1220)
* chore: Re-format Haskell code

* fix: Unify aupdate and aupdate! with other update functions

* fix: Re-add comment

* fix: Also make StaticArray.aupdate! adhere to the normal update signature

* fix: Failing test
2021-05-25 12:11:31 +02:00
..
arithmetic.carp bench: added first bits of benchmarking 2018-01-25 17:26:20 +01:00
array_access.carp bench: added first bits of benchmarking 2018-01-25 17:26:20 +01:00
array_resizing.carp Renaming: String.count -> String.length, Array.count -> Array.length 2018-05-23 10:03:42 +10:00
array_subarray.carp core: make subarry/substring slice 2020-02-11 09:09:30 +01:00
array_swap.carp Renaming: String.count -> String.length, Array.count -> Array.length 2018-05-23 10:03:42 +10:00
array_update.carp fix: Unify aupdate and aupdate! with other update functions (#1220) 2021-05-25 12:11:31 +02:00
map.carp Add automatic map resizing (#1071) 2020-12-19 22:20:52 +01:00
structs.carp Fix map and structs benchmarks. 2019-09-20 23:40:05 +02:00