|
|
|
|
|
by jwatte
4255 days ago
|
|
Every ten years, some company comes around and claims that their functional/data flow/columnar/meta shortish is orders of magnitude better.
Usually, the one thing they have going for them is that they focus on only a small subproblem. That lets them be small. Every demo is one of no edge cases, no exceptions, and no I/O errors. (Or they cram all that into some "standard" library.) The real challenge is that, 99% of the time, requirements and integration is what kills you, not raw performance.
For the cases where performance (or formal correctness, or whatever) matters, the main challenge is usually to convince the market that it's worth paying for, and then finding the right developer project match. |
|