You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

D-MemFS

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

D-MemFS - pypi Package Compare versions

Comparing version
0.2.0
to
0.2.1
+9
-9
D_MemFS.egg-info/PKG-INFO
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

[![Tests](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml/badge.svg)](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nightmarewalker/D-MemFS/blob/main/LICENSE)
[![Zero dependencies (runtime)](https://img.shields.io/badge/runtime_deps-none-brightgreen.svg)]()
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.

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

[![Tests](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml/badge.svg)](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nightmarewalker/D-MemFS/blob/main/LICENSE)
[![Zero dependencies (runtime)](https://img.shields.io/badge/runtime_deps-none-brightgreen.svg)]()
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.

@@ -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"

@@ -7,6 +7,6 @@ # D-MemFS

[![Tests](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml/badge.svg)](https://github.com/nightmarewalker/D-MemFS/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nightmarewalker/D-MemFS/blob/main/LICENSE)
[![Zero dependencies (runtime)](https://img.shields.io/badge/runtime_deps-none-brightgreen.svg)]()
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.