Is it possible to use a Perl hash in a manner that has `O(log(n))` lookup and insertion?

前端 未结 3 1482
小蘑菇
小蘑菇 2021-01-06 23:41

Is it possible to use a Perl hash in a manner that has O(log(n)) lookup and insertion?

By default, I assume the lookup is O(n) since it\'s

3条回答
提交回复
热议问题