Viewing profile — voodooattack
voodooattack
HN member- Joined
- Tue, Oct 20, 2015, 8:07 PM UTC
- HN karma
- 35
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About voodooattack
No profile information was provided.
Recent public activity
- story
-
comment
Comment #35697845
This is something I have been working on as part of a larger project where we use it for programmatic test generation. This extended syntax allows the inclusion of type information…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #15887023
I use CLion, I intentionally edited the Java VM settings to allow it to consume more memory. It takes forever to analyse symbols for WebKit otherwise. WebKit is too massive to hand…
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #11477682
That's exactly what I'm trying to change. JavaScript should be the right tool for that level of performance. It has JIT compilers, now it needs concurrency, and it'll perform with …
-
comment
Comment #11477597
Try writing a raytracer using a single thread, now try again with multiple threads working in tandem. Trust me, I tried.
- story
-
comment
Comment #11464667
This happens when there is no synchronization involved, the engine is printing line endings in a separate operation, so they come out weird like that. I'll add a mutex locking mech…
-
comment
Comment #11464222
Yeah, they're all executing on different cores.
- story
- story