HackerTrans
TopNewTrendsCommentsPastAskShowJobs

trishume

no profile record

Submissions

Magic-trace: Diagnose tricky performance issues with Intel Processor Trace

blog.janestreet.com
170 points·by trishume·4 yıl önce·18 comments

comments

trishume
·6 ay önce·discuss
Author of the take-home here: That's quite a good cycle count, substantially better than Claude's, you should email it to [email protected].
trishume
·6 yıl önce·discuss
One I haven't seen anyone mention yet but also haven't tried myself is https://codeclap.handmade.network/

It's not free, but it looks like a high-quality cross-platform gdb and lldb frontend with an imgui UI.
trishume
·8 yıl önce·discuss
Yah so what it does is try to find a path with bidirectional links, and then if it can't it tries to find a unidirectional path. You can tell which one it did by whether the numbers in the path have a pulsing glow animation, that particular path does not.
trishume
·8 yıl önce·discuss
A few years ago I made something similar (http://ratewith.science/) that only uses bi-directional links, that is pages that both link to each other, and this gives much more interesting results.

When two Wikipedia pages both link to each other they are usually related in some reasonable way, but unidirectional links give you things like Wikipedia -> California, which only exists because Wikipedia is headquartered in California, a pretty weak connection.

Other than the fact I have it running on an overburdened tiny VPS, my app is also really fast even though I only do a unidirectional BFS because I use a custom in-memory binary format that's mmapped directly from a file that's only 700MB, and a tight search loop written in D.
trishume
·11 yıl önce·discuss
*technology industry.

Despite its impact on our lives it's important to remember that tech makes up just one segment of our massive economy. I have yet to see Google get into Aluminum smelting, residential construction or toothbrush manufacturing.