Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opt: try predict container size using SIMD #565

Closed
wants to merge 17 commits into from
Closed

Commits on Dec 13, 2023

  1. implement count_elems

    AsterDY committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ce0c93a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc00d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. use count2

    AsterDY committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    687bd24 View commit details
    Browse the repository at this point in the history
  2. fix: empty object/array

    AsterDY committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3490f68 View commit details
    Browse the repository at this point in the history
  3. impl: map size prediction

    AsterDY committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    66ef174 View commit details
    Browse the repository at this point in the history
  4. impl slice

    AsterDY committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    57275b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. count_elems_fast2

    AsterDY committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    77177c8 View commit details
    Browse the repository at this point in the history
  2. test

    AsterDY committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fe228fd View commit details
    Browse the repository at this point in the history
  3. impl ValueDecoder

    AsterDY committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3c76e97 View commit details
    Browse the repository at this point in the history
  4. impl map

    AsterDY committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cb2d4e7 View commit details
    Browse the repository at this point in the history
  5. 1

    AsterDY committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3dea241 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. opt: use env to enable option

    AsterDY committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    09441f4 View commit details
    Browse the repository at this point in the history
  2. fmt

    AsterDY committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    609f5a1 View commit details
    Browse the repository at this point in the history
  3. add CI

    AsterDY committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    825a3fb View commit details
    Browse the repository at this point in the history
  4. fmt

    AsterDY committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d0fe09e View commit details
    Browse the repository at this point in the history
  5. better compatible

    AsterDY committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    80578e5 View commit details
    Browse the repository at this point in the history
  6. opt: makemap_small when empty

    AsterDY committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    12b0378 View commit details
    Browse the repository at this point in the history