This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Mattias Gustavsson
mattiasg.bsky.social
did:plc:eogq6th65coldwwh7mdqt5cx
I more recently made another string interning lib, cstr.h:
https://github.com/mattiasgustavsson/libs/blob/main/cstr.h
It doesn't do things like reference counting or using handles, but it is easier to use in cases where you are find with keeping all strings around until you are done with all of them and can free the whole thing
2024-11-29T09:32:31.592Z