index
:
1brc
main
my implementations for the billion row challenge
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deploy v2 for parkertimmins (#524)
Parker Timmins
2024-01-23
1
-97
/
+78
*
parse value before going to map (#548)
Artsiom Korzun
2024-01-23
2
-28
/
+50
*
First optimal solution attempt (#539)
Gaurav Anantrao Deshmukh
2024-01-23
2
-0
/
+327
*
#540 Cache SDKman (#554)
Gerd Aschemann
2024-01-23
1
-16
/
+18
*
b1rc challenge by @jeevjyot (#551)
Jeevjyot Singh Chhabda
2024-01-23
2
-0
/
+126
*
jerrinot's improvement - fast-path for short keys (#545)
Jaromir Hamala
2024-01-23
1
-160
/
+273
*
Add 1brc solution by @makohn (#544)
Marek Kohn
2024-01-23
2
-0
/
+306
*
Added environment docs (#555)
Rene Schwietzke
2024-01-23
1
-0
/
+92
*
Leaderboard update
Gunnar Morling
2024-01-23
1
-4
/
+5
*
use thomaswue trick, use parallelism, slightly faster (#560)
Van Phu DO
2024-01-23
2
-64
/
+97
*
Use simd for name comparison (#568)
Dr Ian Preston
2024-01-23
1
-87
/
+32
*
tonivade implementation (try 2) (#541)
Antonio Muñoz
2024-01-23
3
-0
/
+307
*
Inline and optimize value parsing code for each of the four semicolon positio...
Elliot Barlas
2024-01-23
1
-47
/
+112
*
Update README.md to add the _baseline (#552)
Sarkie
2024-01-22
1
-1
/
+1
*
evaluate.sh: Add note for "using Unsafe" (#547)
Jason Nochlin
2024-01-22
2
-28
/
+34
*
Add linl33's implementation (#503)
Li Lin
2024-01-21
5
-1
/
+639
*
Leaderboard update
Gunnar Morling
2024-01-21
1
-6
/
+6
*
subprocess spawner (#542)
Artsiom Korzun
2024-01-21
3
-45
/
+76
*
Reverting ByteBuffer idea, using Thomas's trick instead. (#538)
Roy van Rijn
2024-01-21
2
-9
/
+37
*
Tuning and subprocess spawn for thomaswue (#533)
Thomas Wuerthinger
2024-01-21
2
-72
/
+99
*
optimize branches (#534)
Artsiom Korzun
2024-01-21
1
-8
/
+15
*
Adjust rolling hash function to operate at int-scale rather than byte-scale. ...
Elliot Barlas
2024-01-21
1
-22
/
+17
*
Leaderboard update
Gunnar Morling
2024-01-21
1
-1
/
+1
*
Reduce allocations and heap size (#525)
Roman Musin
2024-01-21
2
-23
/
+31
*
#104 Running tests for PRs
Gunnar Morling
2024-01-21
4
-0
/
+144
*
Leaderboard update
Gunnar Morling
2024-01-21
3
-6
/
+6
*
reorganize code, little bit faster (#509)
Van Phu DO
2024-01-21
2
-25
/
+28
*
Use Array to store results instead of grouping by and custom class (#522)
kumarsaurav123
2024-01-21
1
-130
/
+141
*
Improving first iteration by avoiding string creation as much as possible (#516)
adri
2024-01-20
3
-33
/
+55
*
Leaderboard update
Gunnar Morling
2024-01-20
1
-5
/
+9
*
Solution without unsafe (#507)
giovannicuccu
2024-01-20
3
-0
/
+460
*
Add 0xshivamagarwal Implementation (#508)
Shivam Agarwal
2024-01-20
2
-0
/
+159
*
using unsafe alone (#512)
karthikeyan97
2024-01-20
2
-108
/
+113
*
Improved version based on rafaelmerino (#511)
Yann Moisan
2024-01-20
3
-0
/
+311
*
Epsilon GC + a number of other small tweaks (#513)
Roman Musin
2024-01-20
2
-72
/
+59
*
Introducing the vector api. 1s faster on 4 core i7 (#506)
Dr Ian Preston
2024-01-20
2
-55
/
+51
*
jerrinot's improvement (#514)
Jaromir Hamala
2024-01-20
1
-84
/
+67
*
yonatang solution: a jdk8 friendly, no unsafe code, epsilon-gc friendly solut...
Yonatan Graber
2024-01-20
4
-0
/
+361
*
Processing byte array backwards (#504)
Xylitol
2024-01-20
1
-133
/
+327
*
Leaderboard update
Gunnar Morling
2024-01-20
1
-2
/
+2
*
Use Arena MemorySegments rather than ByteBuffers. (#505)
Elliot Barlas
2024-01-20
2
-121
/
+138
*
Leaderboard update
Gunnar Morling
2024-01-19
1
-10
/
+11
*
Added dedicated reader (#493)
Roy van Rijn
2024-01-19
2
-212
/
+458
*
Change data storage improving memory locality (#496)
Juan Parera
2024-01-19
1
-100
/
+131
*
low collision + fast mixer, more optimization, less if because if is slow (#474)
Van Phu DO
2024-01-19
1
-58
/
+44
*
plain old io (#492)
Artsiom Korzun
2024-01-19
2
-56
/
+58
*
Reduce variance by (1) Using common chunks at the end (2) Busy looping (#486)
Vemana
2024-01-19
1
-88
/
+169
*
netrunnereve: more optimizations (#485)
Eve
2024-01-19
1
-53
/
+67
*
Submission #3: jincongho (#482)
Jin Cong Ho
2024-01-19
1
-23
/
+48
*
kumarsaurav123 # Attempt 3 (#470)
kumarsaurav123
2024-01-19
2
-141
/
+138
[next]