Live data from Hacker News

Viewing profile — yvt

yvt

HN member
Joined
Thu, Nov 05, 2020, 5:15 PM UTC
HN karma
4
Public activity
5 items

About yvt

No profile information was provided.

Recent public activity

  1. comment
    Comment #40243002

    Offset allocator: https://github.com/yvt/xalloc-rs/blob/master/src/tlsf.rs Don't mind the mess, it's one of my earliest works in Rust. General-purpose allocator: https://github.com…

  2. comment
    Comment #40236099

    I did this too! Except it was based on the original TLSF paper (on which this work is based) as I wasn't aware of that offset allocator. > I'm also curious about making something l…

  3. comment
    Comment #28103605

    Same in Japan and legally enforced.

  4. comment
    Comment #26365454

    Technically, 32-bit fixed-point numbers have 8-bit more precision compared to 32-bit floating-point numbers, but the real problem is it's quite cumbersome to fully utilize the prec…

  5. comment
    Comment #25005271

    > Your retained-mode GUI framework isn't doing dirty rectangles anymore anyway; it's going to redraw everything anyway. Does this refer to the one presented in the top-level commen…