Open streichler opened 7 years ago
The use of std::map for the Event -> "operation pointer and metadata" lookup is much too slow. It needs to be switched over to a (concurrent) hash table of some sort.
std::map
I'm permanently disabling the use of the operation table in Legate until this is fixed.
I'm wondering if we shouldn't just do this for all of Realm until this is fixed.
The use of
std::map
for the Event -> "operation pointer and metadata" lookup is much too slow. It needs to be switched over to a (concurrent) hash table of some sort.