shared_atomic.shared_dict

shared_atomic.shared_dict. dict_get ( target : shared_dict , input_key ) list


shared_atomic.shared_dict. dict_insert ( target : shared_dict , input_key , input_value ) int


shared_atomic.shared_dict. dict_remove ( target : shared_dict , input_key ) int


class shared_atomic.shared_dict. shared_dict


__init__ ( self , name : bytes = None , size : int = 650000000 , bucket_chunk_size_exponent : int = 20 , bucket_chunk_number : int = 100 , chunk_size_exponent : int = 5 )


expansion ( self , parallelism : int = 0 ) int


get ( self , input_key ) list


insert ( self , input_key , input_value ) int


remove ( self , input_key ) int