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
using FreelistMapType the performance is worse compared to the FreelistArrayType.(about 30% more) I am wondering is it expected?
By profile on the test, I found the getFreePageIDs for MapType is much slower than the ArrayType.
The text was updated successfully, but these errors were encountered:
absolute8511
changed the title
Seems the FreelistMapType has a poor delete performance
Seems the FreelistMapType has a poor delete performance on large data
Aug 27, 2020
absolute8511
changed the title
Seems the FreelistMapType has a poor delete performance on large data
Seems the FreelistMapType has a poor delete performance while nosync
Aug 28, 2020
I wrote a simple benchmark to reproduce the compare result.
the benchmark showed as below:
using
FreelistMapType
the performance is worse compared to theFreelistArrayType
.(about 30% more) I am wondering is it expected?By profile on the test, I found the
getFreePageIDs
for MapType is much slower than the ArrayType.The text was updated successfully, but these errors were encountered: