Live data from Hacker News

Viewing profile — voodooattack

voodooattack

HN member
Joined
Tue, Oct 20, 2015, 8:07 PM UTC
HN karma
35
Public activity
30 items

About voodooattack

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. 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…

  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. 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 …

  20. comment
    Comment #11477597

    Try writing a raytracer using a single thread, now try again with multiple threads working in tandem. Trust me, I tried.

  21. story
  22. 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…

  23. comment
    Comment #11464222

    Yeah, they're all executing on different cores.

  24. story
  25. story