haxetink / tink_pure

Pure immutable data.
MIT License
10 stars 7 forks source link

Detect array comprehension and avoid array copy in such case (fixes #19) #20

Closed kevinresol closed 3 years ago

kevinresol commented 3 years ago

This may be quite fragile as the generated expressions may be changed in the future. But in that case it is only the (no-copy) optimization which will fail but the functionality should be just fine.