summary refs log tree commit diff stats
path: root/lib/system/strs_v2.nim
Commit message (Expand)AuthorAgeFilesLines
* rename prepareStrMutation to prepareMutation (#17235)flywind2021-03-031-2/+2
* add runnableExamples for prepareStrMutation (#17227)flywind2021-03-021-1/+1
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-0/+7
* fixes #16365 [backport] (#16381)Andreas Rumpf2020-12-171-6/+7
* arc allocation method aligned (#15588)cooldome2020-10-191-8/+32
* ORC and stdlib optimizations (#15362)Andreas Rumpf2020-09-191-1/+2
* optimize the new nimPrepareStrMutationV2 with inlining (#14969)Andreas Rumpf2020-07-121-6/+9
* ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423)Andreas Rumpf2020-05-211-2/+1
* fixes #13457 (#13458)Andreas Rumpf2020-02-211-10/+11
* TlSF Alloctor: use less memory for --gc:arc (#13280)Andreas Rumpf2020-01-281-1/+1
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-231-32/+20
* fixes #12965 (#12991)Andreas Rumpf2019-12-311-10/+11
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-0/+152