1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/vlib
Sebastian Schicho 9995f6cca1 encoding.base64: speed up encoding and decoding (#11055)
* add new function headers

* new encoding function

* rename to decode_micro and add helper functions

* implement new decoding function

* add test for buffer to buffer decoding

* - add notice to GO code
- v fmt base64.v

* implement new decoding function

* fix base64_memory_test.v by commenting a few lines

* vfmt base64.v

* add some more asserts to base64_memory_test.v

* remove unused decoding function

* add bounds check, when detecting the padding

* use union for storing the decoded data

Co-authored-by: Delyan Angelov <delian66@gmail.com>
2021-08-07 00:09:55 +03:00
..
2021-06-07 14:02:15 +03:00
2021-08-03 05:17:00 +03:00
2021-08-06 06:21:28 +03:00
2021-08-06 06:21:59 +03:00
2021-08-03 05:17:00 +03:00
2021-08-03 05:17:00 +03:00
2021-07-25 21:29:51 +03:00