Skip to search formSkip to main contentSkip to account menu

Ctrie

Known as: Concurrent hash trie, Concurrent hash-trie 
A concurrent hash-trie or Ctrie is a concurrent thread-safe lock-free implementation of a hash array mapped trie. It is used to implement the… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
This report describes an implementation of a non-blocking concurrent shared-memory hash trie based on single-word compare-and… 
2017
2017
Ctrie is a scalable concurrent non-blocking dictionary data structure, with good cache locality, and non-blocking linearizable… 
2015
2015
The rapid development of IP networks requires high performance routers. The fast routing lookup engine in routers is a key… 
2011
2011
This paper describes an implementation of a non-blocking concurrent hash trie based on single-word compare-and-swap instructions…