Y
Hacker News
new
|
ask
|
show
|
jobs
by
pclmulqdq
1357 days ago
Not with a hash set - that gives you expected amortized O(1) insertion (yes, both expected and amortized). In contrast, a generalized sort is O(n log n), but you can sort numeric types in O(n).