From 1687dbf814eceb93de2d93f91b31acaab404091c Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Wed, 9 Nov 2022 13:08:29 -0800 Subject: Release the CRC library This implementation can advantage of hardware acceleration available on common CPUs when using GCC and Clang. A future update may enable this on MSVC as well. PiperOrigin-RevId: 487327024 Change-Id: I99a8f1bcbdf25297e776537e23bd0a902e0818a1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 36e9b7c9..0816692e 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Abseil contains the following C++ library components: * [`container`](absl/container/)
The `container` library contains additional STL-style containers, including Abseil's unordered "Swiss table" containers. +* [`crc`](absl/crc/) The `crc` library contains code for + computing error-detecting cyclic redundancy checks on data. * [`debugging`](absl/debugging/)
The `debugging` library contains code useful for enabling leak checks, and stacktrace and symbolization utilities. -- cgit v1.2.3