|
|
|
|
|
by trickypr
110 days ago
|
|
So your benchmarks are primarily just “how fast is go’s c interop” rather than any algorithmic improvement on tree-sitter? Edit: yep, you are just calling a c function in a loop. So your no-op benchmark is just the time it takes for cgo to function. I would not be able to get any perf benefits from e.g. rust |
|