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
hi @hiqsociety, would a make benchmark-mem command solve your needs? The command would run a file using valgrind massif. For the benchmark itself I would test two scenarios of interest: 1) uniformly distributed keys and 2) zipfian keys. I would fill the tree with nullptr values to only measure data structure overhead.
Would that solve your use case? Do you have any other parameter (dependent variable) wishes for the benchmark?
It also strongly depends on the implementation. Not every ART implementation will have the same performance.
Also "better" might not always mean "more performance". My implementation also tries to be developer friendly and sometimes this comes at a performance cost.
possible to include the benchmark of space / mem used?
The text was updated successfully, but these errors were encountered: