-
-
-
+
+
+
-
+
-
-
-
+
+
+
@@ -41,7 +41,7 @@ copium
- โก **4-28x faster** on built-in types
- ๐ง **~30% less memory** per copy
- โจ requires **zero code changes**
-- ๐งช [passes](https://github.com/Bobronium/copium/blob/3cef83a230fb8c3bf2b7b11e3f2cba01fe0cce23/.github/workflows/cd-build.yaml#L129-L152) Python's [test_copy.py](https://github.com/python/cpython/blob/41b9ad5b38e913194a5cc88f0e7cfc096787b664/Lib/test/test_copy.py)
+- ๐งช [passes](https://github.com/percolab/copium/blob/3cef83a230fb8c3bf2b7b11e3f2cba01fe0cce23/.github/workflows/cd-build.yaml#L129-L152) Python's [test_copy.py](https://github.com/python/cpython/blob/41b9ad5b38e913194a5cc88f0e7cfc096787b664/Lib/test/test_copy.py)
- ๐ฆ pre-built wheels for Python 3.10โ3.14
on Linux/macOS/Windows (x64/ARM64)
- ๐ passes all tests on **free-threaded** Python builds
@@ -148,7 +148,7 @@ copium will attempt to recover by calling `__deepcopy__` again with `dict` memo.
succeeds, a warning with clear suggestions will be emitted, otherwise the error will be raised as
is.
-[Tracking issue](https://github.com/Bobronium/copium/issues/31)
+[Tracking issue](https://github.com/percolab/copium/issues/31)
Example