I think the the answer is strings are not interned, only symbols are. But just double checking.
Only symbols. You can view their memory usage in .Q.w[]
- syms: number of interned symbols
- symw: bytes used by interned symbols
I think the the answer is strings are not interned, only symbols are. But just double checking.
Only symbols. You can view their memory usage in .Q.w[]