Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timtadh/data-structures
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: timtadh/data-structures
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 29, 2022

  1. Fix argument fowrarding syntax when printing error

    Signed-off-by: Julien Rische <[email protected]>
    jrisc committed Apr 29, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    mscansian Matheus Cansian
    Copy the full SHA
    c239187 View commit details
  2. Fix Throwf calls by adding formatting directives

    Signed-off-by: Julien Rische <[email protected]>
    jrisc committed Apr 29, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    mscansian Matheus Cansian
    Copy the full SHA
    a7c006a View commit details

Commits on Jul 15, 2022

  1. Changing license to 3-clause BSD.

    Signed-off-by: Tim Henderson <[email protected]>
    timtadh committed Jul 15, 2022
    Copy the full SHA
    9550d56 View commit details
  2. Merge pull request #10 from jrisc/err_args_fwd

    Fix argument fowrarding syntax when printing error
    timtadh authored Jul 15, 2022
    Copy the full SHA
    86160d5 View commit details
  3. Merge pull request #11 from jrisc/test_str_fmt

    Fix Throwf calls by adding formatting directives
    timtadh authored Jul 15, 2022
    Copy the full SHA
    43afb4f View commit details
  4. Copy the full SHA
    b19e0ed View commit details
  5. added an empty go sum

    timtadh committed Jul 15, 2022
    Copy the full SHA
    7120f23 View commit details

Commits on Jul 18, 2022

  1. Use absolute value of hash as bucket

    On 32 bits architechtures, string hashes tend to have negative values.
    Such values cannot be used as bucket identifiers for hashtables. Using
    absolute value in case of negative hash solves this issue.
    
    Signed-off-by: Julien Rische <[email protected]>
    jrisc committed Jul 18, 2022
    Copy the full SHA
    fd77782 View commit details
  2. Copy the full SHA
    0753935 View commit details
Loading