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] replace khmer.Nodegraph with rust nodegraph #799

Merged
merged 25 commits into from
Apr 23, 2020
Merged

Commits on Apr 21, 2020

  1. replace khmer.Nodegraph with rust nodegraph

    implement khmer _hash function
    
    err, avoid inverting the argument order...
    
    preparing tests with khmer.nodegraph
    
    more tests
    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    420fc47 View commit details
    Browse the repository at this point in the history
  2. use forked fixedbitset

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a68d926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4af6335 View commit details
    Browse the repository at this point in the history
  4. add update_mg

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    ac344be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    406cda1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76c449f View commit details
    Browse the repository at this point in the history
  7. fix sonarcloud issues

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d43ba5b View commit details
    Browse the repository at this point in the history
  8. fix memleak

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c66d216 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11e223e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50b271a View commit details
    Browse the repository at this point in the history
  11. fix occupied_bins

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    621b8f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    757538a View commit details
    Browse the repository at this point in the history
  13. use Update trait

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0f063be View commit details
    Browse the repository at this point in the history
  14. avoid copy

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8d218ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a8543d View commit details
    Browse the repository at this point in the history
  16. build all the wheels

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7bda7d2 View commit details
    Browse the repository at this point in the history
  17. fix redis and py27

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    f5d8974 View commit details
    Browse the repository at this point in the history
  18. fix travis config warnings

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3ce01f0 View commit details
    Browse the repository at this point in the history
  19. bump core crate version

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d116c95 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e150590 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c0e5b13 View commit details
    Browse the repository at this point in the history
  22. upgrade deps

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    589bf3f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fefc2cf View commit details
    Browse the repository at this point in the history
  24. test expected collisions

    luizirber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0b56780 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. load compressed nodegraphs

    luizirber committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    eeed865 View commit details
    Browse the repository at this point in the history