gunnarmorling / 1brc

1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
https://www.morling.dev/blog/one-billion-row-challenge/
Apache License 2.0
6k stars 1.8k forks source link

serkan-ozal's 5th submission: #648

Closed serkan-ozal closed 7 months ago

serkan-ozal commented 7 months ago

Check List:

serkan-ozal commented 7 months ago

Hi @gunnarmorling,

I have another one for you :)

gunnarmorling commented 7 months ago

00:02.188 now.

tivrfoa commented 7 months ago

Really nice, interesting and fast solution @serkan-ozal !

@gunnarmorling could do a video on YouTube with some guys that used the VectorApi! :smile: :smiley: :grin:

That's a show apart!

import jdk.incubator.vector.ByteVector;
import jdk.incubator.vector.VectorOperators;
import jdk.incubator.vector.VectorSpecies;