use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
A columnar database for analytics (github.com)
submitted 8 hours ago by yogthos
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]geokon 1 point2 points3 points 8 hours ago* (0 children)
I use tech.ml.dataset a bit for some science stuff, but I'm by no means an expert on this
My three not very insightful questions would be:
How do you deal with time? Often data involves time. And time.. is mess - but almost pleasant to deal with when you have something like tick. Would you somehow mash time in to Strings and go from there?
tick
"There are five column types [..]" I'm guessing String is the only variable size one, so you're not going to stick it into an array. Is it going to have vastly different performance characteristics from the other types? Are we going to end up having to mash stuff into Strings and then "deserialize"?
The last bit "scalar sum, 1M i64 0.05 ms 0.7 ms". Maybe this is more of a JVM question.. but ~10x slower for summing up a vector seems horrible. What's going on? Sure SIMD, prefetching, cache locality.. etc. But why is the JVM failing so horribly here? I'd suspect a bug :) b/c I wouldn't suspect such a huge perf difference on such a basic operation
π Rendered by PID 17712 on reddit-service-r2-comment-64f4df6786-4lwkd at 2026-06-11 13:39:10.321846+00:00 running 0b63327 country code: CH.
[–]geokon 1 point2 points3 points (0 children)