logoalt Hacker News

airspeedswiftyesterday at 11:44 PM0 repliesview on HN

You can choose to use either refcounting or unique ownership for your types. For most use cases, refcounted (+ copy-on-write) is the best choice and is the default, but the truetype interpreter made extensive use of non-refcounted types to achieve this performance.