Python custom dictionary benchmark (with pyhash.super_fast_hash )

Recently I had a task to measure performance of python dictionary vs custom dictionary using Google pyhash super_fast_hash() (in my case but I can be any other hash function).

Actually Python provide not bad implementation of hash collection. To proof this statement it was performed standard performance test set(sequential insert, random insert, delete operation).  To see the difference it plots will be built.

Continue reading “Python custom dictionary benchmark (with pyhash.super_fast_hash )”