Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Introduce more Ops for HashMap #4

Merged
merged 2 commits into from Aug 22, 2018
Merged

Introduce more Ops for HashMap #4

merged 2 commits into from Aug 22, 2018

Commits on Aug 22, 2018

  1. Introduce more Ops for HashMap

    This commit introduces three new operations against HashMap:
    ShrinkToFit, CheckCapacity and Clear. The consequences of these
    operations are documented in the commit itself. I've also updated the
    travis CI runner to run more tests of larger size by default. This
    will need to be dialed backward as the number of models grow.
    
    Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
    blt committed Aug 22, 2018
    Copy the full SHA
    56a9e60 View commit details
    Browse the repository at this point in the history
  2. Experiment with debug/release builds

    Rust behaves a little differently whether you've built it in debug
    mode or release mode. Integer operations come to mind. A wrap-around
    in debug mode will crash where, uh, it'll wrap in release. To call out
    that QC needs to be run in both release and debug modes this commit
    experiments with getting Travis to build both.
    
    Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
    blt committed Aug 22, 2018
    Copy the full SHA
    35ea0af View commit details
    Browse the repository at this point in the history