HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wmu

no profile record

Submissions

Accelerated SQL for JSON with AVX512 (Golang)

github.com
19 points·by wmu·il y a 4 ans·9 comments

comments

wmu
·il y a 22 jours·discuss
That's a very important point. For instance on Intel's CPUs multiplication is pipelined - its latency is 3 cycles, but throughput is 1 cycle. Thus completing N multiplication takes 2 + N cycles (in the best case), not 3 * N.
wmu
·il y a 4 ans·discuss
Disclaimer: I'm one of the authors of sneller core. We have been working on this project for more than a year. It's has got neat AVX512-centered architecture and many neat tricks inside.
wmu
·il y a 4 ans·discuss
There are many scary things in the world. But the scariest is the line "Hi, I have a quick question". :)
wmu
·il y a 5 ans·discuss
It was already said by the author, that approx ~70% of patches can be applied independently in various part of the source tree. The rest has to be synchronised.
wmu
·il y a 5 ans·discuss
DuckDuckGo is also not good. Last week I switched to Bing and its results are surprisingly good.
wmu
·il y a 5 ans·discuss
- It looks like a virus... - But it's the antivirus!

:)
wmu
·il y a 5 ans·discuss
Thanks, that's a really elegant approach.
wmu
·il y a 5 ans·discuss
Author here. I cannot use BSR, because have to execute code for all bits, regardless their value. The range is: the last bit to the first with value 1. It's a non-obvious iteration schema. :)
wmu
·il y a 5 ans·discuss
> In continental Europe I have often been in a room with people from 10 different countries say Germany, France, Italy, Russia, Poland, India, China, Korea, England. Everyone could understand each other's broken English with the exception that half of the people couldn't understand English guy.

The problem is that most people are not exposed to real-life English. It's either quite artificial language during classes or well spoken lines in movies. Words are spoken slower and clearer. Native speakers speak fast, use linking, colloquial language, multitude of idioms, phrasal verbs, and tons of stuff never ever touched during classes.
wmu
·il y a 5 ans·discuss
I use my own, simple CLI tool* (not only to track working hours, but also to track open source or hobby activiets). For many years I used Toggl, which is great and powerful - I just needed something that works offline.

[*] https://github.com/WojciechMula/timetracker
wmu
·il y a 5 ans·discuss
There's a similar project http://rosettacode.org/wiki/Rosetta_Code.
wmu
·il y a 5 ans·discuss
We can call these things "flaws" or "traits", it doesn't really matter. The reality is SIMD hardware is ubiquitous, while the alternatives the article mentions are niche. Maybe except ARM SVE, which appeared this year on the market.