Viewing profile — yvt
yvt
HN member- Joined
- Thu, Nov 05, 2020, 5:15 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About yvt
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #28103605
Same in Japan and legally enforced.
-
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…
-
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…