remove duplicate word

This commit is contained in:
Daniel Micay 2018-11-17 10:53:04 -05:00
parent 54a0313d9b
commit ac99282773

View File

@ -4,8 +4,8 @@ against heap corruption vulnerabilities. The security-focused design also leads
to much less metadata overhead and memory waste from fragmentation than a more to much less metadata overhead and memory waste from fragmentation than a more
traditional allocator design. It aims to provide decent overall performance traditional allocator design. It aims to provide decent overall performance
with a focus on long-term performance and memory usage rather than allocator with a focus on long-term performance and memory usage rather than allocator
allocator micro-benchmarks. It has relatively fine-grained locking and will micro-benchmarks. It has relatively fine-grained locking and will offer good
offer good scalability once arenas are implemented. scalability once arenas are implemented.
This project currently aims to support Android, musl and glibc. It may support This project currently aims to support Android, musl and glibc. It may support
other non-Linux operating systems in the future. For Android and musl, there other non-Linux operating systems in the future. For Android and musl, there