Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-20 | Refactor vectors to SBO, removing inlined entirely. | Aryadev Chavali | |
Avoid 2 levels of indirection, and having to allocate twice for small payloads, by having an inlined array on the vector directly! Beautiful and simple. Required a bit of refactoring around the board, but overall the result makes me feel happier. | |||
2025-08-20 | ivec_ensure_remaining -> ivec_ensure_free | Aryadev Chavali | |
2025-08-20 | vec -> ivec | Aryadev Chavali | |
I'm going to implement a normal stable vector instead of an inline vector so we have both options for use. I think that's smarter than just sticking to one. |