Ok, I have played around with this hash table and understand most of the
basics...

I now would like to create the datastructure I need for my project.

Basically what I need is two linked hash tables like this

Key : int ---> value : hashtable { key: int ---> value: list(float, float) }

And

Key : int ---> value : hashtable { key: int ---> value: float }

I am starting to wonder since this hash table works with voids for key and
value only if I should change the .c and .h files myself. I think I would
prefer not to.

Does anybody have a suggestion what would be wise? Preference goes to quick
implementation, not total optimization.

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to