Skip to content

Build complete store interface#176

Draft
Bisaloo wants to merge 8 commits into
develfrom
robstore
Draft

Build complete store interface#176
Bisaloo wants to merge 8 commits into
develfrom
robstore

Conversation

@Bisaloo

@Bisaloo Bisaloo commented May 11, 2026

Copy link
Copy Markdown
Member

No description provided.

@Bisaloo Bisaloo changed the title Robstore Build complete store interface May 11, 2026
@github-actions

Copy link
Copy Markdown

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 81cbfa4 is merged into devel:

  • ✔️pkg_load: 246ms -> 245ms [-1.95%, +1.13%]
  • ❗🐌read_blosc_lz4: 211ms -> 278ms [+30.27%, +32.92%]
  • ❗🐌read_boolean: 7.71ms -> 12ms [+54.65%, +56.92%]
  • ❗🐌read_c_order: 12.1ms -> 15.4ms [+25.42%, +28.55%]
  • ❗🐌read_double: 12.1ms -> 15ms [+21.66%, +25.43%]
  • ❗🐌read_empty: 7.93ms -> 12.9ms [+60.84%, +63.3%]
  • ❗🐌read_float16: 9.62ms -> 14.4ms [+42.57%, +56.16%]
  • ❗🐌read_float32: 9.66ms -> 14ms [+44.57%, +46.38%]
  • ❗🐌read_int16: 9.88ms -> 14.5ms [+45.67%, +48.43%]
  • ❗🐌read_int32: 12ms -> 15.1ms [+23.72%, +26.58%]
  • ❗🐌read_int64: 10.3ms -> 14.7ms [+41.99%, +44.19%]
  • ❗🐌read_int8: 9.9ms -> 14.5ms [+45.26%, +47.95%]
  • ❗🐌read_lz4: 7.6ms -> 11.7ms [+53.15%, +54.71%]
  • ✔️read_string: 4.28ms -> 4.23ms [-2.48%, +0.32%]
  • ❗🐌read_uint32: 11ms -> 15.7ms [+41.51%, +42.86%]
  • ❗🐌read_uint64: 10.1ms -> 14.5ms [+43.39%, +45.02%]
  • 🚀read_unicode: 4.14ms -> 4ms [-4.63%, -2.27%]
  • ❗🐌read_vlen_utf8: 7.95ms -> 12.1ms [+51.14%, +52.51%]
  • ❗🐌read_zlib: 7.64ms -> 11.7ms [+51.78%, +53.5%]
  • ❗🐌read_zstd: 228ms -> 296ms [+27.84%, +32.26%]
  • ❗🐌write_blosc_lz4: 291ms -> 300ms [+0.34%, +5.56%]
  • ❗🐌write_bool: 11.4ms -> 16.2ms [+41.26%, +43.79%]
  • ❗🐌write_double: 27.9ms -> 32.6ms [+14.99%, +18.68%]
  • ❗🐌write_float32: 27.6ms -> 32.5ms [+15.09%, +20.43%]
  • ❗🐌write_int16: 27.3ms -> 31.7ms [+13.94%, +17.99%]
  • ❗🐌write_int32: 27.3ms -> 31.3ms [+13.11%, +16.57%]
  • ❗🐌write_int8: 27.6ms -> 32ms [+14.19%, +18.22%]
  • ❗🐌write_string: 11.2ms -> 16ms [+42.03%, +44%]
  • ❗🐌write_unicode: 10.6ms -> 15.4ms [+44.03%, +46.98%]
  • ✔️write_zstd: 702ms -> 708ms [-0.28%, +1.98%]
    Further explanation regarding interpretation and methodology can be found in the documentation.

@github-actions

Copy link
Copy Markdown

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 31f83ff is merged into devel:

  • ✔️pkg_load: 244ms -> 245ms [-1.8%, +2.28%]
  • ❗🐌read_blosc_lz4: 237ms -> 832ms [+248.48%, +252.53%]
  • ❗🐌read_boolean: 7.71ms -> 69.2ms [+789.84%, +803.7%]
  • ❗🐌read_c_order: 13.9ms -> 47.8ms [+242.51%, +246.71%]
  • ❗🐌read_double: 13.5ms -> 47.9ms [+251.67%, +257.1%]
  • ❗🐌read_empty: 7.95ms -> 65.5ms [+716.78%, +731.96%]
  • ❗🐌read_float16: 9.72ms -> 69.5ms [+608.99%, +621.34%]
  • ❗🐌read_float32: 9.65ms -> 69.6ms [+614.93%, +627.65%]
  • ❗🐌read_int16: 9.96ms -> 72.6ms [+623.2%, +635.09%]
  • ❗🐌read_int32: 13.5ms -> 47.7ms [+250.15%, +257.68%]
  • ❗🐌read_int64: 10.5ms -> 72.9ms [+588.47%, +598.95%]
  • ❗🐌read_int8: 9.95ms -> 72.1ms [+619.39%, +628.67%]
  • ❗🐌read_lz4: 7.52ms -> 65.9ms [+769.9%, +781.91%]
  • ❗🐌read_string: 4.36ms -> 8.35ms [+86.95%, +96.54%]
  • ❗🐌read_uint32: 11.3ms -> 75.6ms [+565.79%, +578.09%]
  • ❗🐌read_uint64: 10.1ms -> 70.4ms [+588.55%, +603.91%]
  • ❗🐌read_unicode: 4.16ms -> 6.88ms [+62.2%, +68.47%]
  • ❗🐌read_vlen_utf8: 7.81ms -> 66.2ms [+740.24%, +754.3%]
  • ❗🐌read_zlib: 7.48ms -> 65.9ms [+773.97%, +787.73%]
  • ❗🐌read_zstd: 252ms -> 857ms [+238.3%, +241.75%]
  • ❗🐌write_blosc_lz4: 313ms -> 368ms [+14.96%, +20.39%]
  • ❗🐌write_bool: 11.7ms -> 70.9ms [+499.28%, +508.76%]
  • ❗🐌write_double: 29.4ms -> 83.1ms [+179.59%, +186.21%]
  • ❗🐌write_float32: 29.3ms -> 81.7ms [+175.97%, +181.59%]
  • ❗🐌write_int16: 29.2ms -> 82.1ms [+178.5%, +183.81%]
  • ❗🐌write_int32: 28.6ms -> 82.1ms [+184.36%, +189.48%]
  • ❗🐌write_int8: 29.3ms -> 83.5ms [+181.62%, +188.01%]
  • ❗🐌write_string: 11.4ms -> 70.6ms [+515.41%, +527.19%]
  • ❗🐌write_unicode: 10.7ms -> 70.5ms [+553.01%, +565.4%]
  • ❗🐌write_zstd: 758ms -> 809ms [+5.66%, +7.92%]
    Further explanation regarding interpretation and methodology can be found in the documentation.

@Bisaloo Bisaloo mentioned this pull request May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant