#Single header gap buffer library.
6 messages · Page 1 of 1 (latest)
Hey everyone,
I tried implementing a gap buffer in C, a data structure I came across while exploring how text editors are made.
Any technical feedback, issues, or pull requests are welcome.
Note that Windows is not supported at the moment.
Single header gap buffer library.
Maybe change it to a normal C library instead of misusing headers?
I like the single header approach more, and It’s so small so I think grabbing a single file to use it is handy, and I don’t think compilation time is going to change that much
have you considered the benefits of shared libraries?
it's not about compile times. the problem is that single-header "libraries" aren't libraries