|
|
|
|
|
by JZL003
912 days ago
|
|
Copy on write is really nice, especially when I often face a very very large read-only matrix (200+GB) and want to do some embarrassingly parallel processes on subsets of it. I haven't found a language which makes it as easy, not python (although not unexpected), not Julia even |
|
Pandas has a global option to turn on copy-on-write.
https://pandas.pydata.org/docs/dev/user_guide/copy_on_write....