Felix-Gong opened a new pull request, #3388:
URL: https://github.com/apache/brpc/pull/3388

   Summary: RVV-accelerated base64 for RISC-V 64-bit (rv64gcv).
   
   Encode: vrgather vector indexed lookup (12→16 bytes, LMUL=4)
   Decode: vectorized range comparisons + vmerge chain (16→12 bytes)
   
   Performance (SG2044): decode 3-5x faster, up to 764 MB/s
   
   Tested: RFC 4648 vectors, 100-round random roundtrip, base64_unittest 8/8
   
   Signed-off-by: Xiaofei Gong <[email protected]>
   Signed-off-by: YuanSheng <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to