Port fbstring_core to big-endian architectures.
[folly.git] / folly / docs / FBString.md
index bfd69f1a43995079c87c5ec1affdf1053902c981..b41a63ed24f15e2cd1b653fa93c82865f63d4181 100644 (file)
@@ -9,8 +9,8 @@ allocator. In particular, `fbstring` is designed to detect use of
 jemalloc and cooperate with it to achieve significant improvements in
 speed and memory usage.
 
-`fbstring` supports x32 and x64 architectures. Porting it to big endian
-architectures would require some changes.
+`fbstring` supports 32- and 64-bit and little- and big-endian
+architectures.
 
 ### Storage strategies
 ***
@@ -43,4 +43,4 @@ architectures would require some changes.
   `string::find()` for successful searches and a 1.5x speed
   improvement for failed searches.
 
-* Offers conversions to and from `std::string`.
\ No newline at end of file
+* Offers conversions to and from `std::string`.