https://github.com/JuliaLang/julia
Revision b199eabafc05cbb24c9ed42265c6ebfcc5a3ce36 authored by Jameson Nash on 27 February 2020, 18:24:00 UTC, committed by Jameson Nash on 11 March 2020, 18:39:06 UTC
Currently, this uses an expensive tree lookup and requires a lock.
Switching this to a hash function instead of a comparison allows us
to make this much faster, especially for insertion.
1 parent 0aa1d96
History
Tip revision: b199eabafc05cbb24c9ed42265c6ebfcc5a3ce36 authored by Jameson Nash on 27 February 2020, 18:24:00 UTC
types: improve insertion and lookup performance
Tip revision: b199eab
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.4 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 41.4 KB
Makefile -rw-r--r-- 27.1 KB
NEWS.md -rw-r--r-- 5.6 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top