foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k stars 195 forks source link

Remove duplicated names in contributor list in README #166

Closed zchrissirhcz closed 1 year ago

zchrissirhcz commented 1 year ago

I guess only unique names should be listed, thus make this PR. Correct me if I'm wrong.

foonathan commented 1 year ago

Thanks.