diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-24 01:08:30 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-24 01:17:42 +0200 |
commit | e0745a3e88d737833c520ae363eaad9d43f1786d (patch) | |
tree | c51024dd741431b3674b3e685d473c52f1c28d9c /src/bindings/curl.nim | |
parent | be9ba2f95826227fd46fcc46c2ca1bb061acd41e (diff) | |
download | chawan-e0745a3e88d737833c520ae363eaad9d43f1786d.tar.gz |
regex: copy after compiling
Instead of the broken attempt at making regexes zero-copy (it copied anyway), copy once and forget about it. (There have been way too many problems with the destructor approach, including the latest one where the GC would happily zero out our regexes if they were in a sequence. Maybe we can make this work once we switched to ORC. For now, it's not worth the trouble.)
Diffstat (limited to 'src/bindings/curl.nim')
0 files changed, 0 insertions, 0 deletions