| Copyright | Felipe Lessa 2010 Bryan O'Sullivan 2007-2015 |
|---|---|
| License | BSD3 |
| Maintainer | felipe.lessa@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Attoparsec.Text.FastSet
Description
Fast set membership tests for Char values. We test for
membership using a hashtable implemented with Robin Hood
collision resolution. The set representation is unboxed,
and the characters and hashes interleaved, for efficiency.