I create in main.c an "hashmap" struct. it contains 6.000.000 "node" structs. i have to insert my elements by insert function. I didn\'t wri
insert