feat: Add benchmark and tests for RingStreambuf

- Includes performance benchmark for RingStreambuf.
- Adds comprehensive unit tests for RingStreambuf functionality.

Note: This is a port of emu-master-dev

Bug: 331191173
Change-Id: Ic1c4b04fc4718353f8cc60def9878da71eed6009
GitOrigin-RevId: 3ff20aed307f55bc4ae865373d07bf76c9efa43c
5 files changed
tree: c9311f90cdda83ccd83dde5a5f6c9a4105084d75
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. snapshot/
  6. third-party/
  7. windows/
  8. .clang-format
  9. .gitignore
  10. Android.bp
  11. BUILD.bazel
  12. CMakeLists.txt
  13. LICENSE
  14. MODULE.bazel
  15. README.md
  16. rebuild.sh
README.md

AEMU library

This is an utility library for common functions used in the Android Emulator. External projects (gfxstream, QEMU) may use to perform C++ functions.