- If you are only using BART for white/blacklisting, you should use `bart.Lite`. It offers the same speed as `bart.Table` while consuming less memory. - If you want to determine the number of ACL entries, use the` Size()` method instead of iterating over `All()`.
If you are only using BART for white/blacklisting, you should use
bart.Lite. It offers the same speed asbart.Tablewhile consuming less memory.If you want to determine the number of ACL entries, use the
Size()method instead of iterating overAll().