Code review: fixme comments

This commit is contained in:
Fedor Isakov 2023-10-12 12:12:21 +02:00
parent 051ec5c9d4
commit 0eac1c2f4f
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class RuleIndex(): Iterable<Rule>, RuleLookup
private val symbol2index = HashMap<ConstraintSymbol, ArgumentRuleIndex>()
// TODO: is linked hashmap really necessary? might be inefficient
private val tag2rule = LinkedHashMap<Any, Rule>()
private val tag2bit = TObjectIntHashMap<Any>()