Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Feb 4, 2023
1 parent 74c7da5 commit 83f20a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treap.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func New(cidrs ...netip.Prefix) Tree {
return t
}

// NewConcurrent, convenience helper for initializing the cidrtree for large inputs.
// NewConcurrent, convenience helper for initializing the cidrtree for large inputs (> 100_000).
// A good value reference for jobs is the number of logical CPUs usable by the current process.
func NewConcurrent(jobs int, cidrs ...netip.Prefix) Tree {
if jobs <= 1 {
Expand Down

0 comments on commit 83f20a1

Please sign in to comment.