Results 152 comments of Tristan

@cicr99 I think we can close the issue. `sqrt` method works well, simply we need to adapt its result to always get the smallest result of the square root, because...

Hi , This is not an issue that can be grabbed, but more of a reminder for us

@har777 i'm not 100% sure i'm implementing correctly this python code ``` dict(__dict_manager.get_dict(ids.dict_accesses_end)) ``` could you check this? I guess this code only retrieves from operanders the address `dict_accesses_end` ,...

@har777 @MaksymMalicki just updated, now making a deep copy of the ZeroDict before assign it in the new scope. I added only one test for now with an empty dictionaryManager,...

currently `FreeOffset` field of the ZeroDict struct is of type `*uint64` , any reason?

@har777 ready for review, i think this is the last dict hint

i guess we should use `FreeOffset uint64` in `ZeroDictionary`, there is no benefit of using a pointer here, we can modify this later

@har777 now only the dict Data is copied and I inlined the copy