aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-11 01:11:06 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-11 01:58:27 +0530
commitafbce66747e66f983cb94f3d79a57399a61c9bbf (patch)
treef31535604d04514ae5ad8c9a0d40b350c2abe8a1 /README.md
parentf2a5002fa9a76b23092e40756f802fc8a31eb0b4 (diff)
downloadnnn-afbce66747e66f983cb94f3d79a57399a61c9bbf.tar.gz
Optimize dentfill
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a3ea45..9640554 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,6 @@ I chose to fork because:
#### Optimizations
- All redundant buffer removal
- All frequently used local chunks now static
- - No runtime surprises (0 malloc/free)
- Removed some redundant string allocation and manipulation
- Simplified some roundabout procedures
- `-O3` level optimization, warning fixes