Live data from Hacker News

Viewing profile — dragostis

dragostis

HN member
Joined
Thu, Dec 11, 2014, 6:00 PM UTC
HN karma
409
Public activity
39 items

About dragostis

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #34021696

    It's quite easy to get the CPU back-end running with WASM. GPU might work as well with Chrome Canary, but I haven't tested it yet. Using WebGPU should make this just as easy.

  4. comment
    Comment #34021638

    A pixel segment is a line segment that fits inside of a pixel's square box. It can start and end anywhere inside of this 1x1 square box and it has a 64bit compact representation.

  5. comment
    Comment #34016848

    Thank you for the endorsement. Looking forward to collaborating more with you on 2D graphics.

  6. comment
    Comment #34016470

    forma is geared towards vector-graphics heavy use cases. A very good example would be Lottie or Rive animations or games that make use of vector graphics. Another possible use case…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #15112553

    I've added a clarification. The point of the benchmark is not to compete with other projects, it's merely there to put the parsing speed (and not necessarily the processing that co…

  15. comment
    Comment #15112497

    I agree with your point. I tried my best not to sway too far off of some of syntax I've seen in other PEG projects, while also keeping it compatible with Rust's standard macros. Wh…

  16. comment
    Comment #15112450

    I agree. I guess I was trying hard to suggest the fact that it can be used _with_ Rust and not the fact that it is written _in_ Rust.

  17. comment
    Comment #15112436

    A good place to start would be in the manually written example. [1] My current plan is to try and limit the the use of memoization such that it still guarantees linear parsing, but…

  18. comment
    Comment #15112349

    For now, it produces a recursive descent parser. Packrat parsing is an open-question since I'm afraid that adding a memoization layer all throughout the parser will lead to a consi…

  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. story