Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 599 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 599 Bytes

ya_task

Solution of test task for huge it company

  1. Performance of hash collections: Python provides not bad implementation of hash collection, it is well known as Dictionary. Know it? Let's confirm this statement! Nice to have some test harness which would take several (two or more) hash implementations like default one or Google hash or your own, perform some standard performance test set (sequential insert, random insert, lookup, delete operation, may be memory consumption) and make some conclusion which one is the best. Performance is a goal, correctness is a constraint! Agree?