1 Billion Rows Challenge

Sdílet
Vložit
  • čas přidán 7. 01. 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
  • Věda a technologie

Komentáře • 284

  • @AlecAkin
    @AlecAkin Před 5 měsíci +918

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

    • @AlecAkin
      @AlecAkin Před 5 měsíci +27

      Though perhaps Mojo might be better for my health

    • @MrGeometres
      @MrGeometres Před 5 měsíci +20

      Should be easy with pandas/polars/pyarrow.

    • @CottidaeSEA
      @CottidaeSEA Před 5 měsíci +34

      @@MrGeometres No external libraries.

    • @cryptonative
      @cryptonative Před 5 měsíci +13

      If you use asyncio you might solve it in two millenia

    • @wlockuz4467
      @wlockuz4467 Před 5 měsíci +12

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

  • @wlockuz4467
    @wlockuz4467 Před 5 měsíci +155

    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 Před 5 měsíci

      Lmaoooo

    • @ryanshea5221
      @ryanshea5221 Před 5 měsíci +3

      It could be a job application

    • @eddster2309
      @eddster2309 Před 5 měsíci +13

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

    • @wlockuz4467
      @wlockuz4467 Před 5 měsíci

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

    • @rich1051414
      @rich1051414 Před 4 měsíci +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.

  • @mdfalexis
    @mdfalexis Před 5 měsíci +212

    This is 100% for a company

    • @rawallon
      @rawallon Před 5 měsíci +34

      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 Před 5 měsíci +67

      Absolutely, the choice of Java makes its very obvious.

    • @JohnSmith-pn2vl
      @JohnSmith-pn2vl Před 5 měsíci +3

      netflix

    • @SpikeTaunt
      @SpikeTaunt Před 5 měsíci +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 Před 5 měsíci +6

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

  • @doublel6545
    @doublel6545 Před 5 měsíci +101

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

    • @gergogyalus7707
      @gergogyalus7707 Před 5 měsíci +23

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

    • @vitalyl1327
      @vitalyl1327 Před 5 měsíci +21

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

    • @stariyczedun
      @stariyczedun Před 5 měsíci +52

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

    • @alexanderdaum8053
      @alexanderdaum8053 Před 5 měsíci +17

      @@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 Před 5 měsíci +16

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

  • @andzagorulko
    @andzagorulko Před 5 měsíci +415

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

    • @uGetkilled
      @uGetkilled Před 5 měsíci +76

      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 Před 5 měsíci +17

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

    • @aiyazmostofa1501
      @aiyazmostofa1501 Před 5 měsíci +2

      ​@@ryanshea5221 No one be disputing Java is slower than other languages. But is it too slow? Compared to standard Java how can you optimize it? Though adding other languages could be useful, though supporting those runtimes is more work.

    • @TheNewton
      @TheNewton Před 5 měsíci +1

      @@ryanshea5221 java versions are another language.

    • @chigozie123
      @chigozie123 Před 5 měsíci +14

      ​@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.

  • @sarjannarwan6896
    @sarjannarwan6896 Před 5 měsíci +250

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

    • @909crime
      @909crime Před 5 měsíci +12

      SO TRUE

    • @daumienebi
      @daumienebi Před 5 měsíci +3

      can you please explain more ?

    • @cryptonative
      @cryptonative Před 5 měsíci +2

      It’s not about the code but the idea behind

    • @j_stach
      @j_stach Před 5 měsíci +37

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

    • @TheNewton
      @TheNewton Před 5 měsíci

      ​@@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.

  • @lyndog
    @lyndog Před 5 měsíci +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 Před 5 měsíci +76

    a nice way to get specific work done for free lol

  • @HenrikoAlberton
    @HenrikoAlberton Před 5 měsíci +19

    Brazil mentioned, today is a good day!

  • @FilippsBlog
    @FilippsBlog Před 5 měsíci +54

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

  • @SpikeTaunt
    @SpikeTaunt Před 5 měsíci +9

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

  • @Jake9066
    @Jake9066 Před 5 měsíci +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

  • @AlecAkin
    @AlecAkin Před 5 měsíci +26

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

  • @fabianschwarzfritz
    @fabianschwarzfritz Před 5 měsíci +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 Před 5 měsíci +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. :)

  • @utenatenjou2139
    @utenatenjou2139 Před 5 měsíci +4

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

  • @tordjarv3802
    @tordjarv3802 Před 5 měsíci +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).

  • @KangoV
    @KangoV Před 4 měsíci +1

    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!!!

  • @imulion668
    @imulion668 Před 5 měsíci +8

    Would love to see you do this Prime :D

  • @H4KnSL4K
    @H4KnSL4K Před 5 měsíci +8

    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 Před 5 měsíci +2

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

  • @ryanshea5221
    @ryanshea5221 Před 5 měsíci +5

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

  • @MenkoDany
    @MenkoDany Před 5 měsíci +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 Před 5 měsíci +2

      Drammn man!

    • @vitalyl1327
      @vitalyl1327 Před 5 měsíci +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)

  • @jonathanjacobson7012
    @jonathanjacobson7012 Před 5 měsíci +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 Před 5 měsíci +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 Před 5 měsíci +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 Před 5 měsíci +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.

  • @occamsrazor1285
    @occamsrazor1285 Před 5 měsíci +2

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

  • @renderwood
    @renderwood Před 5 měsíci +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.

  • @sutirk
    @sutirk Před 5 měsíci +7

    I wanna see someone doing this in Excel

  • @richcole157
    @richcole157 Před 5 měsíci +1

    Dude it is going to be io bound for sure

  • @Bianchi77
    @Bianchi77 Před 5 měsíci

    Nice video, thanks :)

  • @VLUURIE
    @VLUURIE Před 5 měsíci +1

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

  • @thom1218
    @thom1218 Před 5 měsíci +5

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

  • @rene_epc
    @rene_epc Před 5 měsíci +2

    Our idle is coming, brothers! 🟢🟡🔵

  • @demolazer
    @demolazer Před 5 měsíci +1

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

  • @thomas-hall
    @thomas-hall Před 5 měsíci

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

  • @edhahaz
    @edhahaz Před 5 měsíci +2

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

  • @atcen
    @atcen Před 5 měsíci +1

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

  • @stevenhe3462
    @stevenhe3462 Před 5 měsíci +1

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

  • @HrHaakon
    @HrHaakon Před 5 měsíci

    The fastest solution is pretty cool actually.

  • @samho321
    @samho321 Před 5 měsíci +5

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

    • @thedeemon
      @thedeemon Před 5 měsíci +1

      still too slow compared to non-JVM versions

    • @mortred4144
      @mortred4144 Před 5 měsíci +1

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

  • @zsomborgyenge4359
    @zsomborgyenge4359 Před 5 měsíci +14

    someone should creat an x86_64 assembly version to troll java devs

    • @PythonPlusPlus
      @PythonPlusPlus Před 5 měsíci +2

      Why would that troll java devs?

    • @zsomborgyenge4359
      @zsomborgyenge4359 Před 5 měsíci +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 Před 5 měsíci

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

    • @EikeSchwass
      @EikeSchwass Před 5 měsíci

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

  • @1000marcelo1000
    @1000marcelo1000 Před 5 měsíci

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

  • @besknighter
    @besknighter Před 5 měsíci

    Primgean is coming to Brazil in May?? LESGOOOO

  • @edantas
    @edantas Před 5 měsíci

    My boy will come to Brazil lets goooooo

  • @astronemir
    @astronemir Před 5 měsíci

    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

  • @baguettedad
    @baguettedad Před 5 měsíci +2

    Brazil Mentioned mentioned

  • @KangoV
    @KangoV Před 5 měsíci +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 Před 5 měsíci +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 😋

  • @stillWonderingWhyMe
    @stillWonderingWhyMe Před 5 měsíci

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

  • @eddyrose3254
    @eddyrose3254 Před 5 měsíci +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

  • @mustakrakish
    @mustakrakish Před 5 měsíci

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

  • @user-qp5rh9iv7n
    @user-qp5rh9iv7n Před 5 měsíci +2

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

  • @CodingThingsIRL
    @CodingThingsIRL Před 5 měsíci +1

    One BILLION dollars 😮

  • @callowaysutton
    @callowaysutton Před 5 měsíci

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

  • @dalizdr
    @dalizdr Před 5 měsíci

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

    • @thedeemon
      @thedeemon Před 5 měsíci +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)

  • @pushpindersingh785
    @pushpindersingh785 Před 5 měsíci +1

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

    • @Blubb3rbub
      @Blubb3rbub Před 5 měsíci +1

      Project Euler, maybe.

    • @EikeSchwass
      @EikeSchwass Před 5 měsíci

      @@Blubb3rbub they just focus on correctness not performance

    • @Blubb3rbub
      @Blubb3rbub Před 5 měsíci

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

  • @PaulJohnsonM
    @PaulJohnsonM Před 5 měsíci +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.

  • @ShankingDisaster
    @ShankingDisaster Před 5 měsíci

    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

  • @u9vata
    @u9vata Před 5 měsíci

    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 Před 5 měsíci

      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

  • @chinoto1
    @chinoto1 Před 5 měsíci +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 😢

  • @AntranigVartanian
    @AntranigVartanian Před 5 měsíci

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

  • @fizzlefresh14
    @fizzlefresh14 Před 5 měsíci

    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 Před 5 měsíci

      Vercel accepts contributions to its Programming Language and compiler Benchmarks.

  • @JeremyAndersonBoise
    @JeremyAndersonBoise Před 5 měsíci

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

  • @thuthupsy2
    @thuthupsy2 Před 5 měsíci

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

  • @nsuid7499
    @nsuid7499 Před 5 měsíci

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

    • @frogery
      @frogery Před 5 měsíci

      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.

  • @fewunderstandthis7355
    @fewunderstandthis7355 Před 5 měsíci

    Tails OS runs in memory… on a USB stick!

  • @SpikeTaunt
    @SpikeTaunt Před 5 měsíci

    People are already on 6 seconds, that's crazy

  • @ragsdale9
    @ragsdale9 Před 5 měsíci +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 Před 5 měsíci +1

      there's also Alpine Linux

    • @darkdudironaji
      @darkdudironaji Před 5 měsíci

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

    • @LtdJorge
      @LtdJorge Před 5 měsíci +1

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

    • @LtdJorge
      @LtdJorge Před 5 měsíci

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

    • @darkdudironaji
      @darkdudironaji Před 5 měsíci

      @@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.

  • @KvapuJanjalia
    @KvapuJanjalia Před 5 měsíci +1

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

  • @stephenthumb2912
    @stephenthumb2912 Před 4 měsíci

    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.

  • @diegolikescode
    @diegolikescode Před 5 měsíci

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

  • @PITERPENN
    @PITERPENN Před 4 měsíci

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

  • @CorvinhoDoMal
    @CorvinhoDoMal Před 5 měsíci +1

    Are you really coming to Brazil in May?

  • @titbarros
    @titbarros Před 5 měsíci

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

  • @dioneto6855
    @dioneto6855 Před 5 měsíci

    Hell yeah! Brasil mencionado.

  • @MrAbrazildo
    @MrAbrazildo Před 5 měsíci +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 Před 5 měsíci +5

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

    • @litfill54
      @litfill54 Před 5 měsíci

      thats so much reduction

    • @nagoshi01
      @nagoshi01 Před 5 měsíci +2

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

    • @ar1i_k
      @ar1i_k Před 5 měsíci +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 Před 5 měsíci

      @ar1i_k Ah gotcha

  • @esbrasill
    @esbrasill Před 5 měsíci

    Gonna be where in Brasil?

  • @baguettedad
    @baguettedad Před 5 měsíci +5

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

  • @joelgiovinazzo5058
    @joelgiovinazzo5058 Před 5 měsíci

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

  • @fuzzy-02
    @fuzzy-02 Před 5 měsíci

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

  • @stavinke
    @stavinke Před 5 měsíci

    It's 3 seconds now...

  • @JuusoAlasuutari
    @JuusoAlasuutari Před 5 měsíci

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

  • @felixnotthecat4249
    @felixnotthecat4249 Před 5 měsíci

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

  • @peachezprogramming
    @peachezprogramming Před 5 měsíci +1

    companies are getting smarter

  • @pietro4507
    @pietro4507 Před 5 měsíci +1

    BRAZIL MENTIONED

  • @nerdycatgamer
    @nerdycatgamer Před 5 měsíci

    THEY SENT PRIME TO BRASIL

  • @chebrubin
    @chebrubin Před 5 měsíci +2

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

    • @thedeemon
      @thedeemon Před 5 měsíci

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

    • @chebrubin
      @chebrubin Před 5 měsíci

      @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 Před 5 měsíci +1

      @@chebrubin no external libs

    • @thedeemon
      @thedeemon Před 5 měsíci

      @@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 Před měsícem

    are you gonna try it in Rusty?

  • @SanixDarker
    @SanixDarker Před 5 měsíci +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` .

  • @pandabearguy1
    @pandabearguy1 Před 5 měsíci

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

  • @AvalancheGameArt
    @AvalancheGameArt Před 5 měsíci

    Just use C badabam badaboom

  • @CamaradaArdi
    @CamaradaArdi Před 5 měsíci +1

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

  • @browntigerus
    @browntigerus Před 5 měsíci

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

  • @oleksiistri8429
    @oleksiistri8429 Před 5 měsíci

    It's not Brazil mention, it is 1 Bircoin

  • @atcen
    @atcen Před 5 měsíci

    They are right now at 6s 😮

    • @thedeemon
      @thedeemon Před 5 měsíci

      just 2x slower than C# heh

    • @mortred4144
      @mortred4144 Před 5 měsíci

      @@thedeemon best one is at 2.5s atm

  • @patolorde
    @patolorde Před 5 měsíci

    BRAZIL MENTIONED!!!!

  • @darkogelevski2222
    @darkogelevski2222 Před 5 měsíci

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

    • @Jonas-mc5sd
      @Jonas-mc5sd Před 5 měsíci +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.

  • @wlockuz4467
    @wlockuz4467 Před 5 měsíci +11

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

    • @stariyczedun
      @stariyczedun Před 5 měsíci +7

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

    • @jasondoe2596
      @jasondoe2596 Před 5 měsíci

      Is Java now an "odd" language?!

  • @xTriplexS
    @xTriplexS Před 5 měsíci

    Submit your code as Non-Commercial License guys

  • @ehsansasanian9653
    @ehsansasanian9653 Před měsícem

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

  • @TheTigerus
    @TheTigerus Před 5 měsíci

    can you use GPU for calculations?

    • @stariyczedun
      @stariyczedun Před 5 měsíci

      yes

    • @TheTigerus
      @TheTigerus Před 5 měsíci +1

      @@stariyczedun so wouldn't it be a good idea to utilize GPU in this case? As GPU is basically CPU with bazzilion cores, but each can perform quite easy operations.

    • @thedeemon
      @thedeemon Před 5 měsíci +1

      @@TheTigerus nope, there are very few calculations in this task, it's basiclly IO bound

    • @stariyczedun
      @stariyczedun Před 5 měsíci

      @@thedeemon well you might get additional second or two off, it could give an edge 😀

    • @thedeemon
      @thedeemon Před 5 měsíci +1

      @@stariyczedun unlikely, GPU are not that good working with strings and hash tables. And loading data there will take more time than finishing the task on CPU. Look at other comments here, some people in C do the thing in less than 1 second.

  • @alexsfog
    @alexsfog Před 5 měsíci +13

    COME TO BRAZIL

  • @georgehelyar
    @georgehelyar Před 5 měsíci +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