Skip to content

v0.0.1

Choose a tag to compare

@iwater iwater released this 17 Dec 11:20
· 10 commits to main since this release

First release: react-native-nitro-buffer - High-performance Node.js Buffer API implementation for React Native

  • Implement 100% Node.js Buffer API compatibility with pure C++ native code
  • Create high-performance hybrid JS/C++ implementation using NitroModules
  • Add comprehensive benchmark suite showing significant performance improvements:
    • 545x faster fill() operations
    • 84x faster write() operations
    • 691x+ faster toString() operations
    • Optimized base64 encoding/decoding
  • Add detailed documentation (README.md and README_zh.md)