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: crystal-lang/crystal
base: 8042d98ae596
Choose a base ref
...
head repository: crystal-lang/crystal
compare: 9ec83272a977
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 20, 2017

  1. use Crystal::Hasher and open addressing with quadratic probing in Str…

    …ingPool
    
    cause StringPool is used in json decoding, it is important to have it safe.
    funny-falcon authored and akzhan committed Sep 20, 2017
    Copy the full SHA
    bf016e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Merge pull request #5000 from akzhan/stringpool-openaddressing

    use Crystal::Hasher and openaddressing in StringPool
    asterite committed Sep 21, 2017
    Copy the full SHA
    9ec8327 View commit details
    Browse the repository at this point in the history