v0.0.1
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)