jameswilddev/fau
Composer 安装命令:
composer require jameswilddev/fau
包简介
Tools for reading and writing PHP arrays to and from Fau byte streams.
README 文档
README
Had this general idea for a simple binary interchange format which describes flat arrays, specific use case being able to write import/export plugins in the native scripting languages of a few different tools, and then being able to accept the resulting files in C# and JavaScript applications.
Its design would also strongly encourage the use of SOA (struct-of-array) design, which lends itself to strong SIMD.
You can find the specification for this format here.
Implementations
| Language | Status |
|---|---|
| C# | In Progress |
| PHP | In Progress |
| TypeScript | Not Started |
| Python | Not Started |
| C89 (single-header library) | Not Started |
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-08