index
:
1brc
main
my implementations for the billion row challenge
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
dev
/
morling
/
onebrc
/
CalculateAverage_ebarlas.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inline and optimize value parsing code for each of the four semicolon positio...
Elliot Barlas
2024-01-23
1
-47
/
+112
*
Adjust rolling hash function to operate at int-scale rather than byte-scale. ...
Elliot Barlas
2024-01-21
1
-22
/
+17
*
Use Arena MemorySegments rather than ByteBuffers. (#505)
Elliot Barlas
2024-01-20
1
-120
/
+137
*
Consider file size when calculating partition count. Add simple fast-path opt...
Elliot Barlas
2024-01-14
1
-2
/
+14
*
Consume four bytes at a time from buffer using getInt. Store key with unsafe ...
Elliot Barlas
2024-01-10
1
-83
/
+142
*
Continue unrolling and inlining value parser. Make targeted use of ByteBuffer...
Elliot Barlas
2024-01-07
1
-43
/
+78
*
Implement imperative state machine for floating point parser rather then gene...
Elliot Barlas
2024-01-05
1
-28
/
+35
*
Elliot Barlas: Use proper hash key collision detection scheme
Elliot Barlas
2024-01-04
1
-30
/
+67
*
Auto reformat classes
Filip Hrisafov
2024-01-04
1
-8
/
+16
*
Adding Elliot Barlas' submission
Elliot Barlas
2024-01-03
1
-0
/
+209