←back to thread

FireDucks: Pandas but Faster

(hwisnu.bearblog.dev)
374 points sebg | 2 comments | | HN request time: 0s | source
Show context
bratao ◴[] No.42192811[source]
Unfortunately it is not Opensource yet - https://github.com/fireducks-dev/fireducks/issues/22
replies(2): >>42192865 #>>42192935 #
Y_Y ◴[] No.42192865[source]
Wouldn't it be nice if GitHub was just for source code and you couldn't just slap up a README that's an add for some proprietary shitware with a vague promise of source some day in the glorious future?
replies(3): >>42192929 #>>42192940 #>>42193049 #
thecopy ◴[] No.42192929[source]
>proprietary shitware

Is this shitware? It seems to be very high quality code

replies(2): >>42193251 #>>42193373 #
ori_b ◴[] No.42193373[source]
How can you tell?
replies(1): >>42193668 #
sbarre ◴[] No.42193668[source]
I mean, based on the claims and the benchmarks, it seems to provide massive speedups to a very popular tool.

How would you define "quality" in this context?

replies(2): >>42193773 #>>42193949 #
echoangle ◴[] No.42193773[source]
High quality code isn't just code that performs well when executed, but also is readable, understandable and maintainable. You can't judge code quality by looking at the compiled result, just because it works well.
replies(1): >>42195645 #
sbarre ◴[] No.42195645[source]
That's certainly one opinion about it.

One could also say that quality is related to the functional output.

replies(1): >>42195790 #
echoangle ◴[] No.42195790{3}[source]
> One could also say that quality is related to the functional output.

Right, I said nothing that contradicts that ("High quality code isn't just code that performs well when executed, but also ..."). High quality functional output is a necessary requirement, but it isn't sufficient to determine if code is high quality.

replies(1): >>42197101 #
1. sbarre ◴[] No.42197101{4}[source]
Sure, I guess it depends on what matters to you or to your evaluation criteria.

My point was that it's all subjective in the end.

replies(1): >>42197322 #
2. echoangle ◴[] No.42197322[source]
It's not really subjective if you're at all reasonable about it.

Imagine writing a very good program, running it through an obfuscator, and throwing away the original code. Is the obfuscated code "high quality code" now, because the output of the compilation still works as before?