1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/vlib
Delyan Angelov 2d05c906d5 base64: some optimizations
* Add a test for the base64 encoding/decoding of long strings (i.e. mainly memory allocation).

* Make vlib/encoding/base64/base64_memory_test.v resemble more test.v from https://github.com/kostya/benchmarks .

* base64: some optimizations, also add base64.encode_in_buffer and base64.decode_in_buffer .

* Fix tests passing static strings.

* Reduce time needed for base64_memory_test.v .

* Optimize encoding.base64.Index access too (it is static), which speeds up decoding.
2019-10-26 18:20:36 +03:00
..
2019-10-26 14:53:55 +03:00
2019-10-24 14:48:20 +03:00
2019-10-23 23:40:07 +03:00
2019-10-26 18:20:36 +03:00
2019-10-24 14:48:20 +03:00
2019-10-24 22:46:58 +03:00
2019-10-18 20:17:23 +03:00
2019-09-26 03:18:26 +03:00
2019-10-25 17:54:34 +03:00
2019-10-26 14:58:05 +03:00
2019-10-09 07:02:45 +03:00
2019-10-08 13:23:39 +03:00
2019-09-23 13:42:20 +03:00
2019-10-18 08:20:03 +03:00
2019-10-24 12:51:00 +03:00
2019-10-23 12:54:45 +03:00
2019-10-25 22:04:25 +03:00
2019-09-23 22:16:52 +03:00
2019-10-24 22:46:58 +03:00