Skip to content

Commit 59bc662

Browse files
README changes
1 parent 94054b9 commit 59bc662

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,35 @@ Future versions may lift the size limit for general-purpose use.
2424
- [x] **Reproducible output**
2525
Stable binary layout across runs and variants
2626

27-
- [ ] **General-purpose container support**
28-
Arbitrarily large maps, slices, and tagged frames without size limits
27+
- [x] **Big integer and floating array**
28+
Ecoding/Decoding of integer and floating type arrays directly
2929

30-
- [ ] **Large structure generation**
30+
- [ ] **General-purpose container support**
31+
Arbitrarily large maps, slices, and tagged frames without size limits
3132
Big and nested complex structures above the 8 KB limit
3233

3334

3435
- [ADR 001: Addressing the 13-bit Limit via Extended Containers](https://github.com/quickwritereader/PackOS/discussions/8)
3536
- [ADR 002: Length-Agnostic Implicit Array Encoding for Integer and Float](https://github.com/quickwritereader/PackOS/discussions/9)
37+
(closed by [Mikhail G.](https://github.com/heartical))
38+
39+
# Contributors
40+
41+
We gratefully acknowledge the following people for their contributions to this project:
42+
43+
## Maintainer
44+
- **Abdelrauf**
45+
- Role: Repository owner, core development
46+
47+
## Contributors
48+
- **Mikhail G. (heartical)**
49+
- Role: Feature development (ADR 002 – Implicit Array Encoding)
50+
- GitHub: [heartical](https://github.com/heartical)
51+
52+
---
53+
54+
If you’ve contributed and don’t see your name here, please open a PR to add yourself!
55+
3656

3757

3858
## Encoding Example

0 commit comments

Comments
 (0)