Chen Ye
Results
3
issues of
Chen Ye
Would it make sense to create a type for [serializable objects](https://developer.mozilla.org/en-US/docs/Glossary/Serializable_object)? Similar to Jsonify et al., this would match values that could losslessly be deep-copied via `structuredClone` or `postMessage`. ##...
It looks like ReFS on Windows supports copy on write/block cloning: https://devblogs.microsoft.com/engineering-at-microsoft/dev-drive-and-copy-on-write-for-developer-performance/ Seems like this could be used to support `fclones dedupe` on Windows, at least when using a ReFS...