This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| julia> VERSION | |
| v"0.3.7" | |
| julia> dotest(1000,true) | |
| ASCII: Looping 1000 times, length=8 | |
| length: elapsed time: 7.674e-6 seconds (0 bytes allocated) | |
| is_valid_ascii: elapsed time: 2.1853e-5 seconds (0 bytes allocated) | |
| Convert to UTF-8: elapsed time: 1.2325e-5 seconds (16000 bytes allocated) | |
| Convert to UTF-16:elapsed time: 0.000314615 seconds (144000 bytes allocated) |
NewerOlder