1 Billion Rows Challenge

Ғылым және технология

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

Пікірлер: 284

  • @AlecAkin
    @AlecAkin5 ай бұрын

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

  • @AlecAkin

    @AlecAkin

    5 ай бұрын

    Though perhaps Mojo might be better for my health

  • @MrGeometres

    @MrGeometres

    5 ай бұрын

    Should be easy with pandas/polars/pyarrow.

  • @CottidaeSEA

    @CottidaeSEA

    5 ай бұрын

    @@MrGeometres No external libraries.

  • @cryptonative

    @cryptonative

    5 ай бұрын

    If you use asyncio you might solve it in two millenia

  • @wlockuz4467

    @wlockuz4467

    5 ай бұрын

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

  • @wlockuz4467
    @wlockuz44675 ай бұрын

    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

    5 ай бұрын

    Lmaoooo

  • @ryanshea5221

    @ryanshea5221

    5 ай бұрын

    It could be a job application

  • @eddster2309

    @eddster2309

    4 ай бұрын

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

  • @wlockuz4467

    @wlockuz4467

    4 ай бұрын

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

  • @rich1051414

    @rich1051414

    3 ай бұрын

    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
    @mdfalexis5 ай бұрын

    This is 100% for a company

  • @rawallon

    @rawallon

    5 ай бұрын

    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

    5 ай бұрын

    Absolutely, the choice of Java makes its very obvious.

  • @JohnSmith-pn2vl

    @JohnSmith-pn2vl

    5 ай бұрын

    netflix

  • @SpikeTaunt

    @SpikeTaunt

    5 ай бұрын

    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

    5 ай бұрын

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

  • @doublel6545
    @doublel65455 ай бұрын

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

  • @gergogyalus7707

    @gergogyalus7707

    5 ай бұрын

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

  • @vitalyl1327

    @vitalyl1327

    5 ай бұрын

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

  • @stariyczedun

    @stariyczedun

    5 ай бұрын

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

  • @alexanderdaum8053

    @alexanderdaum8053

    5 ай бұрын

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

    5 ай бұрын

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

  • @sarjannarwan6896
    @sarjannarwan68965 ай бұрын

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

  • @909crime

    @909crime

    5 ай бұрын

    SO TRUE

  • @daumienebi

    @daumienebi

    5 ай бұрын

    can you please explain more ?

  • @cryptonative

    @cryptonative

    5 ай бұрын

    It’s not about the code but the idea behind

  • @j_stach

    @j_stach

    5 ай бұрын

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

  • @TheNewton

    @TheNewton

    5 ай бұрын

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

  • @andzagorulko
    @andzagorulko5 ай бұрын

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

  • @uGetkilled

    @uGetkilled

    5 ай бұрын

    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

    5 ай бұрын

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

  • @aiyazmostofa1501

    @aiyazmostofa1501

    5 ай бұрын

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

    5 ай бұрын

    @@ryanshea5221 java versions are another language.

  • @chigozie123

    @chigozie123

    5 ай бұрын

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

  • @karpfenboy
    @karpfenboy5 ай бұрын

    a nice way to get specific work done for free lol

  • @lyndog
    @lyndog5 ай бұрын

    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.

  • @HenrikoAlberton
    @HenrikoAlberton5 ай бұрын

    Brazil mentioned, today is a good day!

  • @FilippsBlog
    @FilippsBlog5 ай бұрын

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

  • @SpikeTaunt
    @SpikeTaunt5 ай бұрын

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

  • @Jake9066
    @Jake90665 ай бұрын

    "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
    @AlecAkin5 ай бұрын

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

  • @LtdJorge

    @LtdJorge

    5 ай бұрын

    Yep

  • @fabianschwarzfritz
    @fabianschwarzfritz5 ай бұрын

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

  • @utenatenjou2139
    @utenatenjou21395 ай бұрын

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

  • @tordjarv3802
    @tordjarv38025 ай бұрын

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

  • @rdean400
    @rdean4004 ай бұрын

    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. :)

  • @MenkoDany
    @MenkoDany5 ай бұрын

    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

    5 ай бұрын

    Drammn man!

  • @vitalyl1327

    @vitalyl1327

    5 ай бұрын

    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)

  • @H4KnSL4K
    @H4KnSL4K5 ай бұрын

    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

    5 ай бұрын

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

  • @imulion668
    @imulion6685 ай бұрын

    Would love to see you do this Prime :D

  • @KangoV
    @KangoV3 ай бұрын

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

  • @ryanshea5221
    @ryanshea52215 ай бұрын

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

  • @occamsrazor1285
    @occamsrazor12855 ай бұрын

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

  • @jonathanjacobson7012
    @jonathanjacobson70125 ай бұрын

    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

    5 ай бұрын

    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

    5 ай бұрын

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

    5 ай бұрын

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

  • @renderwood
    @renderwood5 ай бұрын

    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
    @sutirk5 ай бұрын

    I wanna see someone doing this in Excel

  • @zsomborgyenge4359
    @zsomborgyenge43595 ай бұрын

    someone should creat an x86_64 assembly version to troll java devs

  • @PythonPlusPlus

    @PythonPlusPlus

    5 ай бұрын

    Why would that troll java devs?

  • @zsomborgyenge4359

    @zsomborgyenge4359

    5 ай бұрын

    @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

    5 ай бұрын

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

  • @EikeSchwass

    @EikeSchwass

    5 ай бұрын

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

  • @VLUURIE
    @VLUURIE5 ай бұрын

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

  • @samho321
    @samho3215 ай бұрын

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

  • @thedeemon

    @thedeemon

    5 ай бұрын

    still too slow compared to non-JVM versions

  • @mortred4144

    @mortred4144

    4 ай бұрын

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

  • @thom1218
    @thom12185 ай бұрын

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

  • @demolazer
    @demolazer5 ай бұрын

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

  • @rene_epc
    @rene_epc5 ай бұрын

    Our idle is coming, brothers! 🟢🟡🔵

  • @richcole157
    @richcole1575 ай бұрын

    Dude it is going to be io bound for sure

  • @atcen
    @atcen5 ай бұрын

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

  • @HrHaakon
    @HrHaakon4 ай бұрын

    The fastest solution is pretty cool actually.

  • @astronemir
    @astronemir5 ай бұрын

    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

  • @edhahaz
    @edhahaz5 ай бұрын

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

  • @edantas
    @edantas5 ай бұрын

    My boy will come to Brazil lets goooooo

  • @besknighter
    @besknighter5 ай бұрын

    Primgean is coming to Brazil in May?? LESGOOOO

  • @stevenhe3462
    @stevenhe34625 ай бұрын

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

  • @baguettedad
    @baguettedad5 ай бұрын

    Brazil Mentioned mentioned

  • @Bianchi77
    @Bianchi775 ай бұрын

    Nice video, thanks :)

  • @1000marcelo1000
    @1000marcelo10005 ай бұрын

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

  • @eddyrose3254
    @eddyrose32545 ай бұрын

    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
    @mustakrakish5 ай бұрын

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

  • @u9vata
    @u9vata5 ай бұрын

    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

    4 ай бұрын

    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

  • @user-qp5rh9iv7n
    @user-qp5rh9iv7n5 ай бұрын

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

  • @ShankingDisaster
    @ShankingDisaster4 ай бұрын

    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

  • @callowaysutton
    @callowaysutton4 ай бұрын

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

  • @PaulJohnsonM
    @PaulJohnsonM5 ай бұрын

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

  • @stephenthumb2912
    @stephenthumb29124 ай бұрын

    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.

  • @AntranigVartanian
    @AntranigVartanian5 ай бұрын

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

  • @dalizdr
    @dalizdr5 ай бұрын

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

  • @thedeemon

    @thedeemon

    5 ай бұрын

    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)

  • @thomas-hall
    @thomas-hall5 ай бұрын

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

  • @CodingThingsIRL
    @CodingThingsIRL5 ай бұрын

    One BILLION dollars 😮

  • @ragsdale9
    @ragsdale95 ай бұрын

    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

    5 ай бұрын

    there's also Alpine Linux

  • @darkdudironaji

    @darkdudironaji

    5 ай бұрын

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

  • @LtdJorge

    @LtdJorge

    5 ай бұрын

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

  • @LtdJorge

    @LtdJorge

    5 ай бұрын

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

  • @darkdudironaji

    @darkdudironaji

    5 ай бұрын

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

  • @KangoV
    @KangoV5 ай бұрын

    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

    5 ай бұрын

    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
    @stillWonderingWhyMe5 ай бұрын

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

  • @chinoto1
    @chinoto15 ай бұрын

    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 😢

  • @pushpindersingh785
    @pushpindersingh7855 ай бұрын

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

  • @Blubb3rbub

    @Blubb3rbub

    5 ай бұрын

    Project Euler, maybe.

  • @EikeSchwass

    @EikeSchwass

    5 ай бұрын

    @@Blubb3rbub they just focus on correctness not performance

  • @Blubb3rbub

    @Blubb3rbub

    5 ай бұрын

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

  • @thuthupsy2
    @thuthupsy24 ай бұрын

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

  • @KvapuJanjalia
    @KvapuJanjalia5 ай бұрын

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

  • @diegolikescode
    @diegolikescode5 ай бұрын

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

  • @JeremyAndersonBoise
    @JeremyAndersonBoise5 ай бұрын

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

  • @fizzlefresh14
    @fizzlefresh145 ай бұрын

    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

    5 ай бұрын

    Vercel accepts contributions to its Programming Language and compiler Benchmarks.

  • @SpikeTaunt
    @SpikeTaunt5 ай бұрын

    People are already on 6 seconds, that's crazy

  • @fewunderstandthis7355
    @fewunderstandthis73555 ай бұрын

    Tails OS runs in memory… on a USB stick!

  • @SanixDarker
    @SanixDarker5 ай бұрын

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

  • @baguettedad
    @baguettedad5 ай бұрын

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

  • @pedroluiz9670

    @pedroluiz9670

    5 ай бұрын

    sim

  • @eliasgill2453

    @eliasgill2453

    5 ай бұрын

    Momento de viajar a Brasil

  • @titbarros
    @titbarros4 ай бұрын

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

  • @PITERPENN
    @PITERPENN4 ай бұрын

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

  • @MrAbrazildo
    @MrAbrazildo5 ай бұрын

    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

    5 ай бұрын

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

  • @litfill54

    @litfill54

    5 ай бұрын

    thats so much reduction

  • @nagoshi01

    @nagoshi01

    5 ай бұрын

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

  • @ar1i_k

    @ar1i_k

    5 ай бұрын

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

    5 ай бұрын

    @ar1i_k Ah gotcha

  • @dioneto6855
    @dioneto68555 ай бұрын

    Hell yeah! Brasil mencionado.

  • @pandabearguy1
    @pandabearguy15 ай бұрын

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

  • @chebrubin
    @chebrubin5 ай бұрын

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

  • @thedeemon

    @thedeemon

    5 ай бұрын

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

  • @chebrubin

    @chebrubin

    5 ай бұрын

    @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

    5 ай бұрын

    @@chebrubin no external libs

  • @thedeemon

    @thedeemon

    5 ай бұрын

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

  • @nsuid7499
    @nsuid74995 ай бұрын

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

  • @frogery

    @frogery

    5 ай бұрын

    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.

  • @fuzzy-02
    @fuzzy-025 ай бұрын

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

  • @joelgiovinazzo5058
    @joelgiovinazzo50585 ай бұрын

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

  • @pietro4507
    @pietro45075 ай бұрын

    BRAZIL MENTIONED

  • @peachezprogramming
    @peachezprogramming5 ай бұрын

    companies are getting smarter

  • @nerdycatgamer
    @nerdycatgamer5 ай бұрын

    THEY SENT PRIME TO BRASIL

  • @browntigerus
    @browntigerus4 ай бұрын

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

  • @CorvinhoDoMal
    @CorvinhoDoMal5 ай бұрын

    Are you really coming to Brazil in May?

  • @ThePrimeTimeagen

    @ThePrimeTimeagen

    5 ай бұрын

    yes

  • @CamaradaArdi
    @CamaradaArdi4 ай бұрын

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

  • @stavinke
    @stavinke4 ай бұрын

    It's 3 seconds now...

  • @JuusoAlasuutari
    @JuusoAlasuutari5 ай бұрын

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

  • @georgehelyar
    @georgehelyar5 ай бұрын

    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

  • @oleksiistri8429
    @oleksiistri84295 ай бұрын

    It's not Brazil mention, it is 1 Bircoin

  • @alexsfog
    @alexsfog5 ай бұрын

    COME TO BRAZIL

  • @isodoubIet

    @isodoubIet

    5 ай бұрын

    huehuehuehuehuheuhehuehu

  • @AvalancheGameArt
    @AvalancheGameArt5 ай бұрын

    Just use C badabam badaboom

  • @wlockuz4467
    @wlockuz44675 ай бұрын

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

  • @stariyczedun

    @stariyczedun

    5 ай бұрын

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

  • @jasondoe2596

    @jasondoe2596

    4 ай бұрын

    Is Java now an "odd" language?!

  • @esbrasill
    @esbrasill5 ай бұрын

    Gonna be where in Brasil?

  • @darkogelevski2222
    @darkogelevski22225 ай бұрын

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

  • @Jonas-mc5sd

    @Jonas-mc5sd

    5 ай бұрын

    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.

  • @felixnotthecat4249
    @felixnotthecat42494 ай бұрын

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

  • @patolorde
    @patolorde5 ай бұрын

    BRAZIL MENTIONED!!!!

  • @nchomey
    @nchomey5 ай бұрын

    A better version of this challenge (not a company sneakily getting people to solve their problem) comes from this video for a sorting challenge where people made it 400 million times faster than the initial Python code. kzread.info/dash/bejne/lWdno7x7nrWum9Y.htmlsi=ASPe_4enPDK6dUwg

  • @xTriplexS
    @xTriplexS5 ай бұрын

    Submit your code as Non-Commercial License guys

  • @atcen
    @atcen5 ай бұрын

    They are right now at 6s 😮

  • @thedeemon

    @thedeemon

    5 ай бұрын

    just 2x slower than C# heh

  • @mortred4144

    @mortred4144

    4 ай бұрын

    @@thedeemon best one is at 2.5s atm

  • @LewisCowles
    @LewisCowles5 ай бұрын

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

  • @thedeemon

    @thedeemon

    5 ай бұрын

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

  • @mathiflip
    @mathiflipАй бұрын

    are you gonna try it in Rusty?

Келесі