Files
Nim/lib
Amjad Ben Hedhili f7f375f59d Optimize base64.encodeMime (#20409)
* Optimize `base64.encodeMime`

* 5x faster for common scenarios, 13x faster if `lineLen` <= encoded
string's length or `newLine` is empty.
* Changed `lineLen`'s type to `Positive` to disallow `0`.

* Fix
2022-09-25 15:23:23 -04:00
..
2017-02-20 17:24:19 +02:00
2021-04-09 16:29:10 +02:00
2022-09-19 17:51:47 -04:00
2022-09-25 15:23:23 -04:00
2022-09-23 13:05:05 +02:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00
2021-08-29 09:18:54 +02:00