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
I had a quick view about the performance file, but not sure how to compare it to te perfs of gb_tree. Can you give more info about it. In a more general manner, do you see any performance optimisations that could be done yet?
The text was updated successfully, but these errors were encountered:
In the WiKi area, there is a MS Excel file with numbers for performance (Performance_10000.xlsx). Each line in this file represents a function that was executed 10 000 times (except the lines starting with largest _... and smallest_...), eg lookup_gb_tree_test stands for the function gb_trees: lookup/2 or lookup_b_tree_order_256_test stands for the function b_trees: lookup/2 for a b-tree with order 256.
Considering these numbers then one should proceed with a possible performance optimization in the following order:
Hi,
I had a quick view about the performance file, but not sure how to compare it to te perfs of gb_tree. Can you give more info about it. In a more general manner, do you see any performance optimisations that could be done yet?
The text was updated successfully, but these errors were encountered: