Results 7 comments of Ski

Made a fix: https://github.com/ziyasal/vscode-open-in-github/pull/62

From what I understand GO approach ("mark and sweep") is also somewhat similar to "Arena-like" as in they allocate in large chunks and deallocate in chunks. I believe majority of...

@peeyush18 > we can create 2 zig tree solution 1 optimised for memory and other for cpu This solution isn't really optimized for memory or cpu: it's better in both...

Development here looks halted? I haven't noticed this and did my own implementation and opened another PR. I think I got few edge cases covered where this PR will break....

@KeKs0r it's kind of ready and I've used it in a few simple cases, but haven't done very extensive testing.

May I suggest alternative solution https://github.com/felixfbecker/node-sql-template-strings/pull/79

I too think append is not pretty and goes against nature of this project: making sql query statements more readable. I think small downside of slightly more complex implementation required...