mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-10 00:07:13 +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
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
RUNTIME ERROR: failed to decode: illegal base64 data at input byte 0
|
|
-------------------------------------------------
|
|
testdata/builtinBase64Decode_high_codepoint:1:1-25 builtin function <base64Decode>
|
|
|
|
std.base64Decode("ĀQ=")
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|