D-MemFS
Advanced tools
| Metadata-Version: 2.4 | ||
| Name: D-MemFS | ||
| Version: 0.2.0 | ||
| Version: 0.2.1 | ||
| Summary: In-process virtual filesystem with hard quota for Python | ||
@@ -30,6 +30,6 @@ Author: D | ||
| [](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml) | ||
| [](LICENSE) | ||
| [](https://github.com/nightmarewalker/D-MemFS/blob/main/LICENSE) | ||
| []() | ||
| Languages: [English](./README.md) | [Japanese](./README_ja.md) | ||
| Languages: [English](https://github.com/nightmarewalker/D-MemFS/blob/main/README.md) | [Japanese](https://github.com/nightmarewalker/D-MemFS/blob/main/README_ja.md) | ||
@@ -282,3 +282,3 @@ --- | ||
| - [benchmark_current_result.md](./benchmarks/results/benchmark_current_result.md) | ||
| - [benchmark_current_result.md](https://github.com/nightmarewalker/D-MemFS/blob/main/benchmarks/results/benchmark_current_result.md) | ||
@@ -320,3 +320,3 @@ --- | ||
| - [API Reference (Markdown)](./docs/api_md/index.md) | ||
| - [API Reference (Markdown)](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/api_md/index.md) | ||
@@ -388,5 +388,5 @@ --- | ||
| - [Architecture Spec v13](./docs/design/spec_v13.md) — API design, internal structure, CI matrix | ||
| - [Detailed Design Spec](./docs/design/DetailedDesignSpec.md) — component-level design and rationale | ||
| - [Test Design Spec](./docs/design/DetailedDesignSpec_test.md) — test case table and pseudocode | ||
| - [Architecture Spec v13](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/spec_v13.md) — API design, internal structure, CI matrix | ||
| - [Detailed Design Spec](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/DetailedDesignSpec.md) — component-level design and rationale | ||
| - [Test Design Spec](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/DetailedDesignSpec_test.md) — test case table and pseudocode | ||
@@ -409,3 +409,3 @@ > These documents are written in Japanese and serve as internal design references. | ||
| MFS incurs a small overhead on tiny-file workloads but delivers significantly better performance on large streams and random-access patterns compared with `BytesIO`. See `BENCHMARK.md` and [benchmark_current_result.md](./benchmarks/results/benchmark_current_result.md) for full data. | ||
| MFS incurs a small overhead on tiny-file workloads but delivers significantly better performance on large streams and random-access patterns compared with `BytesIO`. See `BENCHMARK.md` and [benchmark_current_result.md](https://github.com/nightmarewalker/D-MemFS/blob/main/benchmarks/results/benchmark_current_result.md) for full data. | ||
@@ -412,0 +412,0 @@ > **Note:** `tempfile` results above were measured with the system temp directory on a RAM disk. On a physical SSD/HDD, `tempfile` performance will be substantially slower. |
+9
-9
| Metadata-Version: 2.4 | ||
| Name: D-MemFS | ||
| Version: 0.2.0 | ||
| Version: 0.2.1 | ||
| Summary: In-process virtual filesystem with hard quota for Python | ||
@@ -30,6 +30,6 @@ Author: D | ||
| [](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml) | ||
| [](LICENSE) | ||
| [](https://github.com/nightmarewalker/D-MemFS/blob/main/LICENSE) | ||
| []() | ||
| Languages: [English](./README.md) | [Japanese](./README_ja.md) | ||
| Languages: [English](https://github.com/nightmarewalker/D-MemFS/blob/main/README.md) | [Japanese](https://github.com/nightmarewalker/D-MemFS/blob/main/README_ja.md) | ||
@@ -282,3 +282,3 @@ --- | ||
| - [benchmark_current_result.md](./benchmarks/results/benchmark_current_result.md) | ||
| - [benchmark_current_result.md](https://github.com/nightmarewalker/D-MemFS/blob/main/benchmarks/results/benchmark_current_result.md) | ||
@@ -320,3 +320,3 @@ --- | ||
| - [API Reference (Markdown)](./docs/api_md/index.md) | ||
| - [API Reference (Markdown)](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/api_md/index.md) | ||
@@ -388,5 +388,5 @@ --- | ||
| - [Architecture Spec v13](./docs/design/spec_v13.md) — API design, internal structure, CI matrix | ||
| - [Detailed Design Spec](./docs/design/DetailedDesignSpec.md) — component-level design and rationale | ||
| - [Test Design Spec](./docs/design/DetailedDesignSpec_test.md) — test case table and pseudocode | ||
| - [Architecture Spec v13](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/spec_v13.md) — API design, internal structure, CI matrix | ||
| - [Detailed Design Spec](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/DetailedDesignSpec.md) — component-level design and rationale | ||
| - [Test Design Spec](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/DetailedDesignSpec_test.md) — test case table and pseudocode | ||
@@ -409,3 +409,3 @@ > These documents are written in Japanese and serve as internal design references. | ||
| MFS incurs a small overhead on tiny-file workloads but delivers significantly better performance on large streams and random-access patterns compared with `BytesIO`. See `BENCHMARK.md` and [benchmark_current_result.md](./benchmarks/results/benchmark_current_result.md) for full data. | ||
| MFS incurs a small overhead on tiny-file workloads but delivers significantly better performance on large streams and random-access patterns compared with `BytesIO`. See `BENCHMARK.md` and [benchmark_current_result.md](https://github.com/nightmarewalker/D-MemFS/blob/main/benchmarks/results/benchmark_current_result.md) for full data. | ||
@@ -412,0 +412,0 @@ > **Note:** `tempfile` results above were measured with the system temp directory on a RAM disk. On a physical SSD/HDD, `tempfile` performance will be substantially slower. |
+1
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "D-MemFS" | ||
| version = "0.2.0" | ||
| version = "0.2.1" | ||
| description = "In-process virtual filesystem with hard quota for Python" | ||
@@ -10,0 +10,0 @@ readme = "README.md" |
+8
-8
@@ -7,6 +7,6 @@ # D-MemFS | ||
| [](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml) | ||
| [](LICENSE) | ||
| [](https://github.com/nightmarewalker/D-MemFS/blob/main/LICENSE) | ||
| []() | ||
| Languages: [English](./README.md) | [Japanese](./README_ja.md) | ||
| Languages: [English](https://github.com/nightmarewalker/D-MemFS/blob/main/README.md) | [Japanese](https://github.com/nightmarewalker/D-MemFS/blob/main/README_ja.md) | ||
@@ -259,3 +259,3 @@ --- | ||
| - [benchmark_current_result.md](./benchmarks/results/benchmark_current_result.md) | ||
| - [benchmark_current_result.md](https://github.com/nightmarewalker/D-MemFS/blob/main/benchmarks/results/benchmark_current_result.md) | ||
@@ -297,3 +297,3 @@ --- | ||
| - [API Reference (Markdown)](./docs/api_md/index.md) | ||
| - [API Reference (Markdown)](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/api_md/index.md) | ||
@@ -365,5 +365,5 @@ --- | ||
| - [Architecture Spec v13](./docs/design/spec_v13.md) — API design, internal structure, CI matrix | ||
| - [Detailed Design Spec](./docs/design/DetailedDesignSpec.md) — component-level design and rationale | ||
| - [Test Design Spec](./docs/design/DetailedDesignSpec_test.md) — test case table and pseudocode | ||
| - [Architecture Spec v13](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/spec_v13.md) — API design, internal structure, CI matrix | ||
| - [Detailed Design Spec](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/DetailedDesignSpec.md) — component-level design and rationale | ||
| - [Test Design Spec](https://github.com/nightmarewalker/D-MemFS/blob/main/docs/design/DetailedDesignSpec_test.md) — test case table and pseudocode | ||
@@ -386,3 +386,3 @@ > These documents are written in Japanese and serve as internal design references. | ||
| MFS incurs a small overhead on tiny-file workloads but delivers significantly better performance on large streams and random-access patterns compared with `BytesIO`. See `BENCHMARK.md` and [benchmark_current_result.md](./benchmarks/results/benchmark_current_result.md) for full data. | ||
| MFS incurs a small overhead on tiny-file workloads but delivers significantly better performance on large streams and random-access patterns compared with `BytesIO`. See `BENCHMARK.md` and [benchmark_current_result.md](https://github.com/nightmarewalker/D-MemFS/blob/main/benchmarks/results/benchmark_current_result.md) for full data. | ||
@@ -389,0 +389,0 @@ > **Note:** `tempfile` results above were measured with the system temp directory on a RAM disk. On a physical SSD/HDD, `tempfile` performance will be substantially slower. |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
110153
1.27%