File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
421421We love your input! Check out our [ Contributing Guide] ( CONTRIBUTING.md ) for details.
You can’t perform that action at this time.
0 commit comments