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

Add block cache to SegQueue-alikes #746

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    0ac5ccb View commit details
    Browse the repository at this point in the history
  2. Lazy again

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    95a7ff1 View commit details
    Browse the repository at this point in the history
  3. Not needed

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c7f91c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2e4e5 View commit details
    Browse the repository at this point in the history
  5. Extremely questionable

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    39f0cd8 View commit details
    Browse the repository at this point in the history
  6. Better or worse?

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    a8f7d77 View commit details
    Browse the repository at this point in the history
  7. Dumb optimization

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    22a44d1 View commit details
    Browse the repository at this point in the history
  8. Add test, stop being lazy again

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    212c314 View commit details
    Browse the repository at this point in the history
  9. Oops

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    8359225 View commit details
    Browse the repository at this point in the history
  10. Alloc test

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ff88a9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca467ac View commit details
    Browse the repository at this point in the history
  12. Add latency benchmark

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    a85ff05 View commit details
    Browse the repository at this point in the history
  13. Update SegQueue

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    8e64893 View commit details
    Browse the repository at this point in the history
  14. 3x

    iriri committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c24890c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    16f308d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    779ad6d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Improve tests, use clock from libc to get CPU time rather than wall…

    … time, add questionable alloc benchmark
    iriri committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c60c5b5 View commit details
    Browse the repository at this point in the history