[llvm] [CAS] Add LLVMCAS library with InMemoryCAS implementation (PR #114096)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 8 15:55:40 PDT 2025


================
@@ -2,11 +2,11 @@
 
 ## Introduction to CAS
 
-Content Addressable Storage, or `CAS`, is a storage system where it assigns
+Content Addressable Storage, or `CAS`, is a storage system that assigns
 unique addresses to the data stored. It is very useful for data deduplicaton
 and creating unique identifiers.
 
-Unlike other kinds of storage system like a file system, CAS is immutable. It
+Unlike other kinds of storage systems like file systems, CAS is immutable. It
----------------
ilovepi wrote:

```suggestion
Unlike other kinds of storage systems, like file systems, CAS is immutable. It
```

https://github.com/llvm/llvm-project/pull/114096


More information about the llvm-commits mailing list