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

[MRG] CQF based storage #1675

Merged
merged 38 commits into from
Jul 26, 2017
Merged

[MRG] CQF based storage #1675

merged 38 commits into from
Jul 26, 2017

Commits on Jul 13, 2017

  1. compilation w/CQF works

    ctb authored and betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    4d8dbf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb8439 View commit details
    Browse the repository at this point in the history
  3. First working CQF storage

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    dce4430 View commit details
    Browse the repository at this point in the history
  4. Exploring CQF options

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    725c013 View commit details
    Browse the repository at this point in the history
  5. Modify qf_insert and qf_count_key_value to mod key

    Compute key % number_of_slots before trying to look up the key.
    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    28f7b22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    173f6f2 View commit details
    Browse the repository at this point in the history
  7. Remove debug output

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    0055652 View commit details
    Browse the repository at this point in the history
  8. Add missing header

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    eed103f View commit details
    Browse the repository at this point in the history
  9. Remove linking to SSL

    openssl isn't actually required to use CQF
    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    6b35938 View commit details
    Browse the repository at this point in the history
  10. Add friendlier interface

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    71dcf29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21397a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db830bc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb4a9d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c626837 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fbfb81 View commit details
    Browse the repository at this point in the history
  16. Handle overloading by hand

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    e5f5898 View commit details
    Browse the repository at this point in the history
  17. Huzzah!

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    d8414b9 View commit details
    Browse the repository at this point in the history
  18. Build up the cython interface

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    379bd4b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fd2cebb View commit details
    Browse the repository at this point in the history
  20. Switch to cython reads parser

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    8ba9094 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3ac01e6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7cd08ee View commit details
    Browse the repository at this point in the history
  23. Update c++ examples for CQF

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    a690c40 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bcdb1a8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    401e990 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e8fe765 View commit details
    Browse the repository at this point in the history
  27. Disable SSE4.2 extensions

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    fbbca07 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6157486 View commit details
    Browse the repository at this point in the history
  29. Add load/save to QFCounttable

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    a2200ed View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d942533 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7b4423d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7b771ef View commit details
    Browse the repository at this point in the history
  33. Add CHANGELOG message

    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    f5781ac View commit details
    Browse the repository at this point in the history
  34. Switch definition of count and add in QFCounttable

    This way we can have one implementation and stick to the API
    betatim committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    755a7ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4d68e48 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bb051c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    8ab902b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    27a4d8c View commit details
    Browse the repository at this point in the history