1 Billion Rows Challenge

Поділитися
Вставка
  • Опубліковано 7 січ 2024
  • Recorded live on twitch, GET IN
    / theprimeagen
    Become a backend engineer. Its my favorite site
    boot.dev/?promo=PRIMEYT
    This is also the best way to support me is to support yourself becoming a better backend engineer.
    MY MAIN YT CHANNEL: Has well edited engineering videos
    / theprimeagen
    Discord
    / discord
    Have something for me to read or react to?: / theprimeagenreact
    Kinesis Advantage 360: bit.ly/Prime-Kinesis
    Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
    turso.tech/deeznuts
  • Наука та технологія

КОМЕНТАРІ • 287

  • @ProfessorRainman
    @ProfessorRainman 6 місяців тому +943

    As a Python connoisseur, let me loop through this and get back to you guys in about a millennium.

    • @ProfessorRainman
      @ProfessorRainman 6 місяців тому +28

      Though perhaps Mojo might be better for my health

    • @MrGeometres
      @MrGeometres 6 місяців тому +21

      Should be easy with pandas/polars/pyarrow.

    • @CottidaeSEA
      @CottidaeSEA 6 місяців тому +35

      @@MrGeometres No external libraries.

    • @cryptonative
      @cryptonative 6 місяців тому +14

      If you use asyncio you might solve it in two millenia

    • @wlockuz4467
      @wlockuz4467 6 місяців тому +12

      As a JS cook, let me pull out my .reduce I will see you in a 0.99 millennium

  • @wlockuz4467
    @wlockuz4467 6 місяців тому +168

    Just checked out the repo author, works at a company called Decodable that specialises in real-time stream processing
    Definitely not sus lmao

    • @vercolit
      @vercolit 6 місяців тому

      Lmaoooo

    • @ryanshea5221
      @ryanshea5221 6 місяців тому +3

      It could be a job application

    • @eddster2309
      @eddster2309 6 місяців тому +15

      Decodable is powered by Apache Fink which is written in Java and Scala, not sus what so ever

    • @wlockuz4467
      @wlockuz4467 6 місяців тому

      @@eddster2309 Haha I didn't even look that far

    • @rich1051414
      @rich1051414 5 місяців тому +1

      Real-time stream processing would allow the file reading to occur on one thread while another thread processes it. As long as the program's calculations are faster than the file IO, it would be just as fast as the file io.

  • @KangoV
    @KangoV 5 місяців тому +5

    It's now down to 1.5 seconds. Holy crap!!!!! But amazingly the challenge has now ended so Gunnar Morling ran the top ten on all 32 cores/64 threads and got 0.3 seconds. Bloody hell. Java scales!!!

  • @mdfalexis
    @mdfalexis 6 місяців тому +219

    This is 100% for a company

    • @rawallon
      @rawallon 6 місяців тому +36

      Pffft, what do you meann? No way a company would get people to do job them for free, its just take home test

    • @wlockuz4467
      @wlockuz4467 6 місяців тому +69

      Absolutely, the choice of Java makes its very obvious.

    • @JohnSmith-pn2vl
      @JohnSmith-pn2vl 6 місяців тому +3

      netflix

    • @SpikeTaunt
      @SpikeTaunt 6 місяців тому +9

      I don't see how this would be useful for a company in any way, there's already faster ways to load big data into a useful format

    • @kphaxx
      @kphaxx 6 місяців тому +6

      Equally likely is someone just issuing a challenge to settle an argument. Just some guy

  • @andzagorulko
    @andzagorulko 6 місяців тому +422

    The fact that the challenge requires a specific language is what makes it the most suspicious

    • @uGetkilled
      @uGetkilled 6 місяців тому +77

      I think the main point of doing this challenge in Java, is to showcase the performance benefits of using virtual threads over normal java concurrent threads, which were included in the latest major release.

    • @ryanshea5221
      @ryanshea5221 6 місяців тому +19

      If you wanna showcase Java's performance you gotta compare it with another language.

    • @TheNewton
      @TheNewton 6 місяців тому +1

      @@ryanshea5221 java versions are another language.

    • @chigozie123
      @chigozie123 6 місяців тому +15

      ​@aiyazmostofa1501 uhh, I hate to be the bearer of disappointing news, but I have witnessed Java beating C in a very predictable manner.
      I took a course where we had the task of building Conway's game of life in both C and Java. To everyone's shock, all of our C programs were either tied in terms of speed with Java, or were beat by Java. At the end of the day, it all came down to AOT vs JIT optimizations. Turns out if you give Java enough time, it starts to do some really smart things that C can't.

    • @cuzsleepisthecousinofdeath
      @cuzsleepisthecousinofdeath 6 місяців тому +2

      Well it's more of a Java challenge yeah.
      A showcase of how low and hacky can you go with it.

  • @sarjannarwan6896
    @sarjannarwan6896 6 місяців тому +255

    Anyone submitting answers to this should use a non commercial license.

    • @909crime
      @909crime 6 місяців тому +12

      SO TRUE

    • @daumienebi
      @daumienebi 6 місяців тому +3

      can you please explain more ?

    • @cryptonative
      @cryptonative 6 місяців тому +2

      It’s not about the code but the idea behind

    • @j_stach
      @j_stach 6 місяців тому +37

      @@daumienebi Because then if a company wants to use the algorithm, they have to make their code open source

    • @TheNewton
      @TheNewton 6 місяців тому

      ​@@daumienebi there's a chance projects like this are astroturfing psyop brain rape campaigns by businesses to crowd source their problems exploiting peoples passion and labor to improve that business proprietary closed-source software.

  • @doublel6545
    @doublel6545 6 місяців тому +106

    Craziest thing is the fact that the fastest implementation is less than 6.2 seconds and it keeps improving.

    • @gergogyalus7707
      @gergogyalus7707 6 місяців тому +24

      Dotnet ones are going sub-3s last time I saw lmao

    • @vitalyl1327
      @vitalyl1327 6 місяців тому +22

      A valid C++ implementation is below 0.2s. Does not look good for JVM, does it?

    • @stariyczedun
      @stariyczedun 6 місяців тому +54

      @@vitalyl1327 reading 12 GB file in 0.2s means your SSD read speed is 60 GBps. ORLY?

    • @alexanderdaum8053
      @alexanderdaum8053 6 місяців тому +18

      @@stariyczedun May be realistic if the file is cached in RAM already. 60GBps is a bit more than 2 channels of DDR4 3200 peak throughput, so could be achieved on a 4 channel machine.

    • @stariyczedun
      @stariyczedun 6 місяців тому +17

      @@alexanderdaum8053 my idea of realism is that the answer is already cached as well 😀

  • @lyndog
    @lyndog 6 місяців тому +29

    I used to be a Big Data Dev using Java. I'd probably load a page worth of results at a time (whatever page size that fits neatly into JVM memory) and process it in chunks simultaneously using thread pools and queues. Essentially doing a map-reduce style solution.

  • @karpfenboy
    @karpfenboy 6 місяців тому +77

    a nice way to get specific work done for free lol

  • @HenrikoAlberton
    @HenrikoAlberton 6 місяців тому +20

    Brazil mentioned, today is a good day!

  • @FilippsBlog
    @FilippsBlog 6 місяців тому +54

    Let's go Prime, show us some Enterprise Java Coding.

  • @SpikeTaunt
    @SpikeTaunt 6 місяців тому +9

    The current second place is the vice president of software development at oracle lol

  • @fabianschwarzfritz
    @fabianschwarzfritz 6 місяців тому +31

    Hey @ThePrimeagen I know you're not the java lover, but this sounds like fun, no? Are you planning on doing this on stream :)?

  • @rdean400
    @rdean400 6 місяців тому +4

    The interesting thing is that there's a lower-bound on the performance you can get with the code still looking friendly. Once you go beyond that, the techniques aren't quite as fun to read, but they're fun to write. :)

  • @tordjarv3802
    @tordjarv3802 6 місяців тому +4

    The big challenge is how to read the file as efficiently as possible. If you have everything in RAM the problem is embarrassingly parallelisable. Each thread can keep there own values for min, max, sum and count per station and just combine everything at the end with a single reduce. You would need some kind of hash map to look up the stations and ideally it would be a perfect hash map (no need for collision handling but that might be premature optimization).

  • @ProfessorRainman
    @ProfessorRainman 6 місяців тому +27

    I believe Tails runs purely from RAM disk for security/privacy reasons (no forensic artifacts left on disk/persistent storage)

  • @imulion668
    @imulion668 6 місяців тому +8

    Would love to see you do this Prime :D

  • @Jake9066
    @Jake9066 6 місяців тому +37

    "You just need four numbers: min, max, sum, count"
    And now I feel validated, I had the same thought as a senior developer at Netflix

  • @utenatenjou2139
    @utenatenjou2139 6 місяців тому +5

    awk, cut, sort, immediately come to mind when seeing these.

    • @ArturdeSousaRocha
      @ArturdeSousaRocha Місяць тому +1

      True. I tried the chess results stats problem in Go and then using find, grep and awk. Unix shell won on both wall clock time and CPU time. I tried 3 different approaches in Go, with and without channels and goroutines.

  • @VLUURIE
    @VLUURIE 6 місяців тому +1

    I thought you solve the challenge, but you only read the challenge 😂 he got me

  • @occamsrazor1285
    @occamsrazor1285 6 місяців тому +2

    8:34 Military operating systems (like the OS the runs the Abrams MBT) work exactly like that. Have since the late 70s

  • @ryanshea5221
    @ryanshea5221 6 місяців тому +5

    I'd like to see it go toe to toe with C# fully Jitted

  • @MenkoDany
    @MenkoDany 6 місяців тому +25

    can't wait for someone to write this in C and it's literally just doing 12gb at the speed of dram

    • @fuzzy-02
      @fuzzy-02 6 місяців тому +2

      Drammn man!

    • @vitalyl1327
      @vitalyl1327 6 місяців тому +2

      Is not it a point of this whole challenge? To optimise the memory access pattern (it need to write, not just read, and the output may not fit L3)

  • @renderwood
    @renderwood 6 місяців тому +6

    Nothing prevents you from forking that contest for all languages. Just design cool t-shirt and launch it. Maybe re-use the hosting, instance-type and OS-distribution constraints so that the Java results are comparable with this one. I recall competing in shortest DOS-program to print "Imphobia!" to console, it was fun at least.

  • @H4KnSL4K
    @H4KnSL4K 6 місяців тому +9

    If the VM has 32GB, then it may be cached in memory from the first run (which is discarded), so after that it will go fast

    • @stariyczedun
      @stariyczedun 6 місяців тому +2

      fastest entries do it in one SSD read basically so you won't beat them with this

  • @atcen
    @atcen 6 місяців тому +1

    Everything in RAM is just the past of computing before storage was invented

  • @edhahaz
    @edhahaz 6 місяців тому +2

    Who will eat all this exposure generated by the very smart guys racing to the top ?

  • @thomas-hall
    @thomas-hall 6 місяців тому

    "same dataset for all submissions" just screams "reverse engineer the dataset to optimize this specific answer"

  • @demolazer
    @demolazer 6 місяців тому +1

    Would be fun try this on a bunch of languages to compare

  • @richcole157
    @richcole157 6 місяців тому +1

    Dude it is going to be io bound for sure

  • @rene_epc
    @rene_epc 6 місяців тому +2

    Our idle is coming, brothers! 🟢🟡🔵

  • @HrHaakon
    @HrHaakon 6 місяців тому

    The fastest solution is pretty cool actually.

  • @Bianchi77
    @Bianchi77 6 місяців тому

    Nice video, thanks :)

  • @sutirk
    @sutirk 6 місяців тому +7

    I wanna see someone doing this in Excel

  • @jonathanjacobson7012
    @jonathanjacobson7012 6 місяців тому +9

    Using OCaml (with Base and parallel domains), I managed to reach 55 seconds on an old 4-core i7. I'm new to OCaml so it could probably be optimized more.
    My plan is to try Owl on it to see what it can do.

    • @stariyczedun
      @stariyczedun 6 місяців тому +8

      The problem is not CPU but reading the file in a way that maximises SSD read throughput. I did several attempts in Java and the biggest jump was from reading the file using multiple mmaped regions in parallel (like 16 or even 32). With that you cut time from around 2 minutes to 15 seconds. The fastest version then was running in 10 seconds on my laptop so I lost interest, everything else you can do (vector math, improve JVM startup time) won't yield much improvement.

    • @jonathanjacobson7012
      @jonathanjacobson7012 6 місяців тому +1

      @@stariyczedun Sounds like you know what you're talking about. I have no idea about SSD read optimization so I read the file as a whole into a memory buffer (didn't take more than 20 seconds) and then CPU was actually the only place left to optimize. I suppose that if you parallelize file reads then you can combine parse on the fly and reach much better results. Thanks for the feedback.

    • @stariyczedun
      @stariyczedun 6 місяців тому +2

      @@jonathanjacobson7012 probably my wording was a bit confusing. Yes, you basically need to parallelize reads and parsing \ calculations. I did it with mmap, probably there are other ways to do it. I think it is doable in ocaml as well. Basically, split file into chunks, run a bunch of threads to process those chunks. mmap just provides a nice way to read regions of file completely independently like memory, with OS handling the real SSD reading underneath.

  • @stevenhe3462
    @stevenhe3462 6 місяців тому +1

    Can you include all the stuff to enable JNI and a compiler in one file and embed some native code?

  • @samho321
    @samho321 6 місяців тому +5

    14s is the best when Prime is watching this repo, now the best is 6.159s, crazy

    • @thedeemon
      @thedeemon 6 місяців тому +1

      still too slow compared to non-JVM versions

    • @mortred4144
      @mortred4144 6 місяців тому +1

      @@thedeemon 2.575s is the best one right now.

  • @thom1218
    @thom1218 6 місяців тому +6

    TLDR; find out how much you can avoid using java while still technically using java 🤣🤣

  • @astronemir
    @astronemir 6 місяців тому

    Compress the file in blocks then you can read it faster if you decompress in memory and read parallel blocks. After like 12-20 threads it should be faster than the overhead

  • @edantas
    @edantas 6 місяців тому

    My boy will come to Brazil lets goooooo

  • @callowaysutton
    @callowaysutton 6 місяців тому

    The fastest you can get this is about 2-3 seconds so there is still a lot of headroom 😄

  • @eddyrose3254
    @eddyrose3254 6 місяців тому +2

    Mr primeagen i love that you can automate the upload to your youtube, but can you toss a link to the content you react to. Thx -fellow SD'an

  • @1000marcelo1000
    @1000marcelo1000 6 місяців тому

    I'll be waiting for you in May in Brazil :3

  • @mustakrakish
    @mustakrakish 6 місяців тому

    They now have it for Rust, Go, C++, and others

  • @besknighter
    @besknighter 6 місяців тому

    Primgean is coming to Brazil in May?? LESGOOOO

  • @AntranigVartanian
    @AntranigVartanian 6 місяців тому

    shshshssshh :DDDD you will LOVE the pf firewall. the name of it, at least :D

  • @ShankingDisaster
    @ShankingDisaster 6 місяців тому

    after watching a course video on recursion in java, the language just looks like C + Py structurally. EASILY readible showing synergy of syntax with other languages. Princeton has an entire CS database for programming in java... I'd say it's gonna be on the list of popular languages soonish

  • @baguettedad
    @baguettedad 6 місяців тому +2

    Brazil Mentioned mentioned

  • @CodingThingsIRL
    @CodingThingsIRL 6 місяців тому +1

    One BILLION dollars 😮

  • @diegolikescode
    @diegolikescode 6 місяців тому

    HEY HEY HEY, if you are coming to Brasil you gotta notify before hand so we can prepare to meet you 🙏

  • @user-qp5rh9iv7n
    @user-qp5rh9iv7n 6 місяців тому +2

    in fact tere are even "in ram" linux distros like tiny core

  • @stillWonderingWhyMe
    @stillWonderingWhyMe 6 місяців тому

    What are you doing in Brazil and where are you going? Gonna be in BH for one month starting on February 8th

  • @stephenthumb2912
    @stephenthumb2912 6 місяців тому

    only an application programmer would think of something like this. the thought would never cross a data guy's mind, his first thought would and only be how to get this into a database and THEN how do i deal with 900 billion row tables. And that first thought would be start with a bulk insert, whatever i do avoid logging.

  • @u9vata
    @u9vata 6 місяців тому

    I really wish this would be open to other languages - but I guess in a way it is... I just create the data, then write teh cod3 and that's it.
    It took me some time to realize the "mean" is just fancy name of "average" so its a bit bad task to illustrate java performance because no memory is involved at all so they can be very fast unless implemented by idiocy. Managed languages can easily number-crunch nearly as fast as native code with very thin margins - but when they fall apart is when you do memory too......

    • @PixelThorn
      @PixelThorn 6 місяців тому

      Nothings stopping you from doing it in any language, you just need to generate the data with Java, after that, you can use whatever. If they want results back in Java, well, tough break

  • @KangoV
    @KangoV 6 місяців тому +8

    Wow. 6.2 seconds!!! Off-heap memory! No GC at all. Java is bloody fast. London stock exchange runs Java and processes 6,000,000 transactions per second on a single thread (LMAX).

    • @SimonBuchanNz
      @SimonBuchanNz 6 місяців тому +1

      On a typical CPU this is a little under 1k cycles per transaction. Considering all the interesting stuff like DB and network would be amortized across chunks that sounds like way more than enough for basic book keeping. Don't get me wrong; you need to be pretty clever and careful in how you do your chunking and scheduling of said interesting stuff so you're not stalling out, but otherwise CPU-wise this isn't a huge workload and could probably run in any language. Maybe not python 😋

  • @dalizdr
    @dalizdr 6 місяців тому

    This problem look like one example from the book about using map-reduce with hadoop 😊

    • @thedeemon
      @thedeemon 6 місяців тому +1

      I won't be surprised if hadoop was super slow here compared to a straightforward program that does one thing well. (inspired by "Scalability! But at what COST?" article)

  • @thuthupsy2
    @thuthupsy2 6 місяців тому

    I just realized how much similar your voice is to Rick Sanchez from Rick & Morty.

  • @JeremyAndersonBoise
    @JeremyAndersonBoise 6 місяців тому

    Prime wouldn’t hire Kyle Kingsbury 😂 I’m dead

  • @zsomborgyenge4359
    @zsomborgyenge4359 6 місяців тому +14

    someone should creat an x86_64 assembly version to troll java devs

    • @PythonPlusPlus
      @PythonPlusPlus 6 місяців тому +2

      Why would that troll java devs?

    • @zsomborgyenge4359
      @zsomborgyenge4359 6 місяців тому +1

      @PythonPlusPlus java runs in vm and it has some overhead. Native code can be faster even if it does the exact same thing. The competition is about speed so assembly can beat them

    • @PythonPlusPlus
      @PythonPlusPlus 6 місяців тому

      @@zsomborgyenge4359 The competition requires you to use Java. So you won’t be able to enter the competition.

    • @EikeSchwass
      @EikeSchwass 6 місяців тому

      @@zsomborgyenge4359 good luck beating AOT and JIT optimizations when doing assembly by hand

  • @chinoto1
    @chinoto1 6 місяців тому +1

    0:30 How about running Rust compiled to WASM in a JVM WASM runtime? 🤣
    Unfortunately, there doesn't seem to be a path directly from Rust to JVM bytecode 😢

  • @PaulJohnsonM
    @PaulJohnsonM 6 місяців тому +2

    "Burnt-in RAM." Isn't that called ROM? I mean, you could alter the non-burnt bits I guess, but supposing you don't do that, that would just be ROM.

  • @ragsdale9
    @ragsdale9 6 місяців тому +3

    Tinycore Linux is run in ram I believe. Initially stored in a flashdrive or HDD then loaded entirely into ram, is meant to be as minimal as possible.

    • @marceloferreira8068
      @marceloferreira8068 6 місяців тому +1

      there's also Alpine Linux

    • @darkdudironaji
      @darkdudironaji 6 місяців тому

      Is this relevant to the video? Did I miss something?

    • @LtdJorge
      @LtdJorge 6 місяців тому +1

      ​@@marceloferreira8068 although Alpine doesn't live in RAM by default

    • @LtdJorge
      @LtdJorge 6 місяців тому

      ​@@darkdudironaji having the entire disk just be RAM, you already have the file in RAM, as well as the executable, etc

    • @darkdudironaji
      @darkdudironaji 6 місяців тому

      @@LtdJorge Right, but I'm sure this is standardized. So the code is submitted and then run on the same machine. Otherwise a researcher could just use a supercomputer.

  • @fewunderstandthis7355
    @fewunderstandthis7355 6 місяців тому

    Tails OS runs in memory… on a USB stick!

  • @KvapuJanjalia
    @KvapuJanjalia 6 місяців тому +1

    I can't believe .NET 1BRC is faster than Java.

  • @SpikeTaunt
    @SpikeTaunt 6 місяців тому

    People are already on 6 seconds, that's crazy

  • @PITERPENN
    @PITERPENN 6 місяців тому

    there are results now with execution times of less than 2 seconds. ouch

  • @pushpindersingh785
    @pushpindersingh785 6 місяців тому +1

    This is really interesting, anyone know of any website or collection of similar more realistic programming performance challenges?

    • @Blubb3rbub
      @Blubb3rbub 6 місяців тому +1

      Project Euler, maybe.

    • @EikeSchwass
      @EikeSchwass 6 місяців тому

      @@Blubb3rbub they just focus on correctness not performance

    • @Blubb3rbub
      @Blubb3rbub 6 місяців тому

      @@EikeSchwass the idea is that you won't get a correct solution in time without being smart about it.

  • @titbarros
    @titbarros 6 місяців тому

    Make sure to come to olegário Maciel. Raval Rio bar. You'll be king there. Let Em know Tiago is your holmie

  • @peachezprogramming
    @peachezprogramming 6 місяців тому +1

    companies are getting smarter

  • @pietro4507
    @pietro4507 6 місяців тому +1

    BRAZIL MENTIONED

  • @fizzlefresh14
    @fizzlefresh14 6 місяців тому

    sounds very fun! It'd be cool if similar challenges like this existed in other languages like C# or Python. Anybody know of any, or where to find them?

    • @CTimmerman
      @CTimmerman 6 місяців тому

      Vercel accepts contributions to its Programming Language and compiler Benchmarks.

  • @pandabearguy1
    @pandabearguy1 6 місяців тому

    Would be cooler to see who could do it fastest with pen and paper (real skill)

  • @JuusoAlasuutari
    @JuusoAlasuutari 6 місяців тому

    How is 1 billion data points a large amount? Oh Java, you cray

  • @SanixDarker
    @SanixDarker 6 місяців тому +1

    read byte per bytes the file, start processing as soon as possible while still reading and split the process on all available cores, then merge it.
    In C, it took around `89ms` .

  • @fuzzy-02
    @fuzzy-02 6 місяців тому

    I wonder if they'll still post my time if I run it by hand kekw.

  • @felixnotthecat4249
    @felixnotthecat4249 6 місяців тому

    please, don't tell me you're going to Rio de Janeiro.

  • @nsuid7499
    @nsuid7499 6 місяців тому

    3:46 what do you mean by "sorting is a constant time operation in this case"? How can it be constant time?

    • @frogery
      @frogery 6 місяців тому

      reading and calculating the values in this case takes much much longer than it would take to sort the results, and the number of values being sorted isn't based on the input to the program since you could have any number of unique weather stations (to a max of 10 000) in the input file, so it's treated as a constant time operation that happens at the end.

  • @CamaradaArdi
    @CamaradaArdi 6 місяців тому +1

    Write it as a Rust library and just call it from Java

  • @browntigerus
    @browntigerus 6 місяців тому

    Same, some company needs this so they created this "FAKE CHALLENGE" in a single language to avoid using a database. Not participating ...

  • @stavinke
    @stavinke 6 місяців тому

    It's 3 seconds now...

  • @nerdycatgamer
    @nerdycatgamer 6 місяців тому

    THEY SENT PRIME TO BRASIL

  • @esbrasill
    @esbrasill 6 місяців тому

    Gonna be where in Brasil?

  • @CorvinhoDoMal
    @CorvinhoDoMal 6 місяців тому +1

    Are you really coming to Brazil in May?

  • @MrAbrazildo
    @MrAbrazildo 6 місяців тому +3

    0:42, if I would take care of this, I would start by rewriting this file to something much smaller. After all, 12GB is too much. Let's say names have average of 8 letters and numbers can go up to 99.9. So they are (8 + 1 (;) + 2 (2 numbers) + 1 (.) + 1 (1 number) + 1(new line char) )*8 = 14*8 = 112 bytes per line. So, writing in a binary file, 4 bits for the last fraction, 7 for the number and ~11 for a number simbolizing the name, which should be searched later in a separated table. So 4 + 7 + 11 = 22 bits, 3 bytes. If 3 is ~2,7% of 112 bytes, it means that those 12 GB would be reduced to 12x0.027 ~= 324 MB.
    This would make any kind of search a lot faster.

    • @TheTim466
      @TheTim466 6 місяців тому +5

      A single scan is enough so I don't really see the advantage in what you describe.

    • @litfill54
      @litfill54 6 місяців тому

      thats so much reduction

    • @nagoshi01
      @nagoshi01 6 місяців тому +2

      OK, what if you encounter a station name that's 100 chars long? Read the rules

    • @ar1i_k
      @ar1i_k 6 місяців тому +2

      ⁠​⁠​⁠@@nagoshi01It took me like 3 re-reads to realize that he does not proposes to assume max character limit on name and write it like that in binary.
      His solution is to store all the names in the separate file. And instead of the actual name, use line index of the name from that file.
      The real problem is that he assumes that 11 bits (0 to 2048) should be enough to cover all the names, while rules clearly state that there can be up to 10,000 unique names.

    • @nagoshi01
      @nagoshi01 6 місяців тому

      @ar1i_k Ah gotcha

  • @patolorde
    @patolorde 6 місяців тому

    BRAZIL MENTIONED!!!!

  • @joelgiovinazzo5058
    @joelgiovinazzo5058 6 місяців тому

    At my company we pxe boot Ubuntu and the entire filesystem runs on ram

  • @dioneto6855
    @dioneto6855 6 місяців тому

    Hell yeah! Brasil mencionado.

  • @oleksiistri8429
    @oleksiistri8429 6 місяців тому

    It's not Brazil mention, it is 1 Bircoin

  • @AvalancheGameArt
    @AvalancheGameArt 6 місяців тому

    Just use C badabam badaboom

  • @georgehelyar
    @georgehelyar 6 місяців тому +2

    I haven't read the rules in detail so this is probably disallowed but since the slowest run is discarded, just store the results and then if the results exist then print them out instantly

  • @chebrubin
    @chebrubin 6 місяців тому +2

    CSV and Java 11 will get this done.
    Java NIO buffer reader and in memory db.

    • @thedeemon
      @thedeemon 6 місяців тому

      why would you need a db instead of a single for loop basically

    • @chebrubin
      @chebrubin 6 місяців тому

      @thedeemon 16 million lines needs to be chunk read by the Java NIO buffer streamer like 32k at a time and then written into a in memory DB like hazlecast or redis or hsqldb if a single node?
      If we want to run clusters of JVM than we need redis and a the file IO needs to know which means ate the 32k lines from the file.

    • @EikeSchwass
      @EikeSchwass 6 місяців тому +1

      @@chebrubin no external libs

    • @thedeemon
      @thedeemon 6 місяців тому

      @@chebrubin We don't need no clusters, the data fits in RAM of one machine, and people using C solve it in less than a second (if a file was read once before and cached by the OS). No DB will accept a billion rows this fast.

  • @mathiflip
    @mathiflip 3 місяці тому

    are you gonna try it in Rusty?

  • @baguettedad
    @baguettedad 6 місяців тому +5

    Gente pera aí, ele ta vindo pro Brasil em maio???

  • @darkogelevski2222
    @darkogelevski2222 6 місяців тому

    They did the same challange in c# under 3 seconds.

    • @Jonas-mc5sd
      @Jonas-mc5sd 6 місяців тому +2

      Q: My solution runs in 2 sec on my machine. Am I the fastest 1BRC-er in the world?
      A: Probably not :) 1BRC results are reported in wallclock time, thus results of different implementations are only comparable when obtained on the same machine. If for instance an implementation is faster on a 32 core workstation than on the 8 core evaluation instance, this doesn't allow for any conclusions. When sharing 1BRC results, you should also always share the result of running the baseline implementation on the same hardware.

  • @nathanrapport8661
    @nathanrapport8661 6 місяців тому +1

    Write a Java program with one line of code calling an executable compiled from Rust.

  • @SPeeSimon
    @SPeeSimon 16 днів тому

    Intel Optane is ram as disk or disk as ram. But it's not really popular, so they ended it.

  • @blinking_dodo
    @blinking_dodo 6 місяців тому +4

    1. Use Linux and copy the file to a mounted ram-disk.
    2. Have one thread read the file as fast as possible to byte array's.
    3 Have multiple threads start processing at different starting points. (use the text bytes for (partial?) 256-tree lookup.)
    4. Aggregate and print out the results.
    That would be my first attempt.

    • @PythonPlusPlus
      @PythonPlusPlus 6 місяців тому +2

      copying the file to a mounted ram-disk is pointless since you only need to read the contents once. You may as well load the entire file into a buffer instead, and have the data immediately accessible to the program.

    • @LtdJorge
      @LtdJorge 6 місяців тому

      ​@@PythonPlusPlusbut you are copying it manually before executing the program. Cutting the time of moving it to memory out of the execution.

    • @blinking_dodo
      @blinking_dodo 6 місяців тому +2

      @@PythonPlusPlus Accessing a local byte array is a LOT faster than accessing an abstracted away mapped file that is only readable trough syscalls.
      It's better to just copy huge chunks to local arrays than to read each byte on its own.
      The syscall overhead of reading single bytes would be huge.

    • @daasdingo
      @daasdingo 6 місяців тому

      mmap

    • @PythonPlusPlus
      @PythonPlusPlus 6 місяців тому

      @@blinking_dodo That was my point…..

  • @ehsansasanian9653
    @ehsansasanian9653 2 місяці тому

    dude if you think 14 sec is fast what do you think of 1.5 sec which is the winner?

  • @wlockuz4467
    @wlockuz4467 6 місяців тому +11

    Limiting it to an odd language like Java just screams of a company challenge lol

    • @stariyczedun
      @stariyczedun 6 місяців тому +7

      The challenge is more about playing with new Java 21 APIs (vector ops, foreign memory access api for mmap).

    • @jasondoe2596
      @jasondoe2596 6 місяців тому

      Is Java now an "odd" language?!

  • @LewisCowles
    @LewisCowles 6 місяців тому +3

    Just load it into SQL database and see how fast it go brrrrr

    • @thedeemon
      @thedeemon 6 місяців тому +2

      writing a billion rows to a DB will be too slow compared to a single for-loop accumulating the result