Skip to content

Commit

Permalink
Update perfFastTrieBlob.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 12, 2023
1 parent f2d92a6 commit d99e247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { TrieNode } from '../../../index.js';
import { createTrieRoot, insert, Trie } from '../../../index.js';
import { readTrie } from '../../../test/dictionaries.test.helper.js';
import { getGlobalPerfTimer } from '../../utils/timer.js';
import { walkerWords, walkerWordsITrie } from '../../walker/walker.js';
import { walkerWordsITrie } from '../../walker/walker.js';
import { createTrieBlobFromTrieRoot } from '../createTrieBlob.js';
import { FastTrieBlob } from '../FastTrieBlob.js';
import { TrieBlob } from '../TrieBlob.js';
Expand Down

0 comments on commit d99e247

Please sign in to comment.