vibe-core/source/vibe
Sönke Ludwig 2e4bc6a316 Improve performance of sanitizeUTF8/readFileUTF8.
Uses std.encoding.sanitize, which returns the original string, if all code points are properly encoded. Note that the performance could still be improved considerably by iterating over multiple bytes at once, fast skipping over characters that don't have the most significant bit set.
2019-10-22 11:40:23 +02:00
..
core Reduce log noise for worker tasks. 2019-10-22 11:30:31 +02:00
internal Improve performance of sanitizeUTF8/readFileUTF8. 2019-10-22 11:40:23 +02:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00