Ask a question below.
Published answers will appear here.
- Reduced our small string size from from 24-bytes inline to 16-bytes inline. Much better tradeoff after analyzing a bunch of Python code (and in turn reduced the size of various AST nodes).
- Use reference-counting for heap-allocated strings so that we can cheaply clone / share for longer names that are reused across a given file.
You need to be reviewing your string design at least annually
What I ended up with...
Ask a question below.
Published answers will appear here.