Package | Description |
---|---|
com.googlecode.concurrenttrees.suffix |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSuffixTree<O>
An implementation of
SuffixTree which supports lock-free concurrent reads, and allows items to be
added to and to be removed from the tree atomically by background thread(s), without blocking reads. |
Copyright © 2020. All rights reserved.