about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 776eb20..79a04b8 100644
--- a/README
+++ b/README
@@ -46,6 +46,14 @@ DESCRIPTION
      function call does nothing but return dst again.  At any point,
      truncation can be checked by comparing the return value to end.
 
+IMPLEMENTATION DETAILS
+     libste is written in portable C99.
+
+     Functions do not use vectorization to keep code size small and because
+     the inputs are expected to be small enough to not benefit from it.
+
+     The functions can be vendored or inlined into your codebase easily.
+
 AUTHORS
      Leah Neukirchen <leah@vuxu.org>