summary refs log tree commit diff stats
path: root/tests/stdlib/tcstrutils.nim
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2021-02-21 16:20:05 +0100
committerGitHub <noreply@github.com>2021-02-21 16:20:05 +0100
commit6b7a6f8c546b8ab98d9cfe89e6bcd066c9037701 (patch)
tree5eaced00554c05b8ce41408a58ce86178cbaae3f /tests/stdlib/tcstrutils.nim
parent146beb2797982e2b80ab83c227b7279cad4e0943 (diff)
downloadNim-6b7a6f8c546b8ab98d9cfe89e6bcd066c9037701.tar.gz
Split last read and first write analysis (#17137)
* Split last read and first write analysis

This improves performance by 10% for some
cases.

* Remove outdated comments
Diffstat (limited to 'tests/stdlib/tcstrutils.nim')
0 files changed, 0 insertions, 0 deletions
/a> 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82