sociomantic-tsunami / ocean

General purpose, platform-dependent, high-performance library for D
Other
61 stars 56 forks source link

`eb128_node` size not match #881

Open calvin2021y opened 1 year ago

calvin2021y commented 1 year ago

I test eb128_node memory layout from linux, clang 15.0.7 and ldc2 latest, find this:

key_ offset from clang is 48, eb128_node size is 64.

key_ offset from ldc is 40, eb128_node size is 56.

not sure this will be a problem.

https://github.com/sociomantic-tsunami/ebtree/issues/2