You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TMap/combine/append mean 821.0 ms ( +- 37.10 ms )
Map/combine/append mean 383.4 ms ( +- 22.54 ms )
This hasn't been noticed because of wrong strictness. (cf. ba8d474)
append of TSet is fine.
TSet/combine/append mean 624.6 μs ( +- 67.32 μs )
Set/combine/append mean 241.8 ms ( +- 28.64 ms )
TSet_URI/combine/append mean 630.3 μs ( +- 56.01 μs )
Set_URI/combine/append mean 253.2 ms ( +- 22.39 ms )
The text was updated successfully, but these errors were encountered:
viercc
changed the title
append is slowData.Trie.Map.appendWith is slow
Jun 8, 2023
Benchmark result
This hasn't been noticed because of wrong strictness. (cf. ba8d474)
append
ofTSet
is fine.The text was updated successfully, but these errors were encountered: