Skip to content

Commit 1465a57

Browse files
committed
refactor README.md to reorganize Performance section; remove duplicate content
1 parent ad14093 commit 1465a57

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929

3030
---
3131

32+
## 🚀 Performance
33+
34+
This library leverages [Nitro Modules](https://nitro.margelo.com/) for optimal performance:
35+
36+
- **🔥 Zero-copy ArrayBuffers** for large data transfers
37+
- **⚡ Flattened function parameters** to avoid object allocation
38+
- **🔄 Asynchronous Promise-based API** prevents UI blocking
39+
- **🧵 Thread-safe Kotlin implementation** with proper coroutines
40+
- **💾 Memory-efficient** with automatic resource management
41+
42+
---
43+
3244
## ✨ Features
3345

3446
<table>
@@ -404,18 +416,6 @@ try {
404416

405417
---
406418

407-
## 🚀 Performance
408-
409-
This library leverages [Nitro Modules](https://nitro.margelo.com/) for optimal performance:
410-
411-
- **🔥 Zero-copy ArrayBuffers** for large data transfers
412-
- **⚡ Flattened function parameters** to avoid object allocation
413-
- **🔄 Asynchronous Promise-based API** prevents UI blocking
414-
- **🧵 Thread-safe Kotlin implementation** with proper coroutines
415-
- **💾 Memory-efficient** with automatic resource management
416-
417-
---
418-
419419
## 🤝 Contributing
420420

421421
We love your input! Check out our [Contributing Guide](CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)