[Haskell] Invitation to the 2nd European Forum for the SARL Users and Developers (EuSarlCon-20)

2019-10-25 Thread Yazan Mualla
INVITATION FOR PAPERS AND TALKS The 2nd European Forum for the SARL Users and Developers (EuSarlCon-20) --- In conjunction with: * the 11th International Conference on Ambient Systems, Networks, and Technologies (ANT 2020);

[Haskell] CFP - The 4th International Workshop on Agent-based Modeling and Applications with SARL (SARL-20)

2019-10-25 Thread Yazan Mualla
CALL FOR PAPERS The 4th International Workshop on Agent-based Modeling and Applications with SARL (SARL-20) --- In conjunction with the 11th International Conference on Ambient Systems, Networks, and Tec

[Haskell] ANNOUNCE: concurrent-hashtable - a thread-safe hash table for multicores

2019-10-25 Thread Peter Robinson
https://hackage.haskell.org/package/concurrent-hashtable This package implements a thread-safe (linearizable) hash table. The goal is to keep the synchronization overhead as low as possible by using fine-grained STM transactions. Lookups are non-blocking and are guaranteed to perform only two read