Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait StringInterner extends AnyRef

    Interface for deduplicating strings used by CPGLoader.

    Interface for deduplicating strings used by CPGLoader. JVM with G1 GC does this automatically but it is not guaranteed to happen and when performing CPU heavy calculations doing this manually ensures that we won't run out of memory.

Value Members

  1. object StringInterner

Ungrouped