diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-11 01:11:06 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-11 01:58:27 +0530 |
commit | afbce66747e66f983cb94f3d79a57399a61c9bbf (patch) | |
tree | f31535604d04514ae5ad8c9a0d40b350c2abe8a1 /README.md | |
parent | f2a5002fa9a76b23092e40756f802fc8a31eb0b4 (diff) | |
download | nnn-afbce66747e66f983cb94f3d79a57399a61c9bbf.tar.gz |
Optimize dentfill
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |