Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
i2om3r
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
i2om3r
8y ago
> The same [1] claims in "Visual Summary" that the "cycles/byte" is 1 for various PRNGs but http://xoshiro.di.unimi.it/ seems to show that the reason splitmix64 is not preferred everywhere is tha
2.
▲
by
i2om3r
8y ago
You seem to be talking about a different kind of leakiness. In my mind, there are two kinds: conceptual and performance leakiness. You are talking about the latter. Pretty much any non-trivial system on modern hardware leaks performance det
3.
▲
by
i2om3r
8y ago
Which book(s) would you recommend?
4.
▲
by
i2om3r
9y ago
I guess what I mean is styles besides gothic (undecorated strokes of even thickness) and those that mimic traditional calligraphy. I see a lot of other forms for Latin scripts, but for Arabic, CJK and Indian scripts most typefaces fall into
5.
▲
by
i2om3r
9y ago
I didn't phrase it well. I was specifically talking about the Baloo sample and how the typographic style is the same across scripts. Sorry, I am a layman, so I don't know the proper terms, but I mean the similar stroke weight and
6.
▲
by
i2om3r
9y ago
I always wondered why many non-Latin (mostly cursive) scripts have little variation across different typefaces. Maybe I wasn't looking hard enough? Well, the article mentions a similar observation by a Sri Lankan typographer, so I gues
7.
▲
by
i2om3r
9y ago
In addition to the higher unit count there are a few bullet points in the article that indicate where saved/additional time is spent. From the sound of it, most importantly: "The DE pather was modified to have a much higher max it
8.
▲
by
i2om3r
9y ago
For reference, here is the video: https://youtu.be/MtzCLd93SyU?t=19m28s
9.
▲
by
i2om3r
9y ago
You can explain things with more than a single picture. You can also play with pictures in your mind, and you can encourage students to do so by giving them more than one picture. Visualizing corner cases is often very useful. For triangles
10.
▲
by
i2om3r
9y ago
I can't say anything about JSON serialization performance as I don't have experience with it. Your other points, though, seem a little handwavy to me. Or maybe I am reading them wrong. > A tiny, somewhat extreme example: Swift
11.
▲
by
i2om3r
9y ago
Did you compare it to a roughly equivalent Objective-C program? The top four entries in your profile data show retain, release and objc_msgSend. You will have those in Objective-C too. Maybe to a different degree? That's also why I am
12.
▲
by
i2om3r
9y ago
I can't speak for other people's code, but I regularly profile and read the machine code generated by the Swift compiler, at least for my hot loops. If you know what you are doing (use the right annotations and optimizer flags), e