Remove inaccurate "zero-{copy,allocation}" claims
This commit is contained in:
@@ -789,7 +789,7 @@ int main() {
|
||||
std::cout << "\nBenchmark completed. The WeaselDB parser is optimized for:\n";
|
||||
std::cout << "- Arena-based memory allocation for reduced fragmentation\n";
|
||||
std::cout << "- Streaming parsing for network protocols\n";
|
||||
std::cout << "- Zero-copy string handling with string views\n";
|
||||
std::cout << "- String views to minimize unnecessary copying\n";
|
||||
std::cout << "- Base64 decoding integrated into parsing pipeline\n";
|
||||
std::cout << "- Efficient reset and reuse for high-throughput scenarios\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user