PHP 라이브러리보다가


Judy Array 구현체가 있어서 봤는데


연관배열(맵,딕셔너리)이면서 캐시 최적화되서 더 빠르다는데

저런게 다있네


다른언어에도 주디배열 구현체 있음

--------------------------------------------

위키백과

https://en.wikipedia.org/wiki/Judy_array


In computer science, a Judy array is a data structure implementing a type of associative array with

high performance and low memory usage.