Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: use vim time parser #168

Closed Ramilito closed 1 month ago

Ramilito commented 1 month ago

Vims builtin strptime function is 15us faster than our own, bringing processing 600+ rows down from 18ms to 7ms (for the processRow function)

Optimized