mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
feat: improve std.base64Decode performance 97%+ Provides a Go-native implementation of std.base64Decode and std.base64DecodeBytes benchmark old ns/op new ns/op delta Benchmark_Builtin_base64Decode-16 10946388307 25004135 -99.77% Benchmark_Builtin_base64DecodeBytes-16 6420742757 181513016 -97.17% related to #111