Viewing profile — tossup8536
tossup8536
HN member- Joined
- Sat, Apr 11, 2020, 4:57 PM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About tossup8536
No profile information was provided.
Recent public activity
-
comment
Comment #22842997
Heck, in javaland the paractice now is to put the build tool in the repo, as you will only update maven once in every decade git won't complain too much about the binary, or you ca…
-
comment
Comment #22842948
Java 1 could actually be progressively migrated to up to date java 11. It would have been a fantastic choice if they had started a reimplantation. (Unless performance was an issue)…
-
comment
Comment #22842928
Fortran is super fast. For math/analytical stuff it's preffered over C. But to avoid relyance on a language with so few devs, these orgs dhould only have code that the the heavy li…
-
comment
Comment #22842906
BLAS benchmarks show that fortran is actually faster than C is lots of scenarios.
-
comment
Comment #22842665
Performance. Internal representation. You are not actually modifying things in place. Those are the equivalent of linked lists not arrays. That quicksort is not quick at all becaus…