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

[stdlib] Add optional small buffer optimization in List #2613

Commits on May 10, 2024

  1. [stdlib] Add optional small buffer optimization in List

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 10, 2024
    Configuration menu
    Copy the full SHA
    45741f6 View commit details
    Browse the repository at this point in the history
  2. Add if-else everywhere

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d0e080f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    37fee19 View commit details
    Browse the repository at this point in the history
  2. Add a few tests with bytes to ensure everything is ok

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4e97611 View commit details
    Browse the repository at this point in the history
  3. Switch order of instructions just in case

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 11, 2024
    Configuration menu
    Copy the full SHA
    72c93b2 View commit details
    Browse the repository at this point in the history
  4. Fix the function to get the pointer

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 11, 2024
    Configuration menu
    Copy the full SHA
    87a44b0 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Add more unit tests for the list SBO

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f174963 View commit details
    Browse the repository at this point in the history
  2. Add more SBO tests

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0b2d8dc View commit details
    Browse the repository at this point in the history
  3. Add tests for copy and move constructor

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    39fef20 View commit details
    Browse the repository at this point in the history
  4. Add tons of tests

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    684e934 View commit details
    Browse the repository at this point in the history
  5. Moar tests

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    12eb852 View commit details
    Browse the repository at this point in the history
  6. Unbound some stuff

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    dee75f4 View commit details
    Browse the repository at this point in the history
  7. Allow constructing from lists with different sbo

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    78c2455 View commit details
    Browse the repository at this point in the history
  8. Moar tests

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4d3833a View commit details
    Browse the repository at this point in the history
  9. I believe the tests are rock-solid

    Signed-off-by: gabrieldemarmiesse <[email protected]>
    gabrieldemarmiesse committed May 12, 2024
    Configuration menu
    Copy the full SHA
    618d6ec View commit details
    Browse the repository at this point in the history