Lessons learned from doing the one billion row challenge
11–13 of 13 posts
Re: Lessons learned from doing the one billion row challenge
#12Earlier quoted context omitted.
If you want the search term for this, it's "collation", since this is one of the odder such terms if you don't already know it. Here's Too Much Information about Unicode collation: https://www.unicode.org/reports/tr10/
I found an online version https://icu4c-demos.unicode.org/icu-bin/collation.html but there you first have to select the language from the drop-down menu. So in general, you would first need to know the country where your weather station was located, before you can correctly collate its name. I don't believe the fastest entries are doing all this(?) Edit: In the examples [1], the guy writes a Polish city using its Eng…
Re: Lessons learned from doing the one billion row challenge
#13Is anyone doing the challenge on other platforms besides java?
My friend also claims he is going to try it in Prolog. We'll see :)