Nit: Rust's `Arc<T>` type doesn't stand for Automatic Reference Counting, it's Atomic Reference Counting as the simpler `Rc<T>` can't be `Send` to other threads.
The reference to ARC in the article is broader than just the one Rust type Arc<T> (the footnote even mentions python, c++ and swift). In many contexts ARC does indeed stand for Automatic Reference Counting.
Garbage Collection. Not all blog titles are ready-made for context-free consumption on HN. One could argue that HN's general context would suggest the given interpretation, but I've been led astray by such assumptions before. In this case it holds.
Interesting in the substance but my first question that came to mind is about the cool thumbnail/scroll map side pane, anyone know how that's implemented?
8 comments
[ 2.4 ms ] story [ 35.4 ms ] threadedit: maybe this? https://css-tricks.com/using-the-little-known-css-element-fu...
I have something working, but am also looking for help!
A Garbage-Collected Heap in C++, Shaped Like Typed Python https://www.oilshell.org/blog/2022/05/gc-heap.html