Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vitpro2213
on June 2, 2024
|
parent
|
context
|
favorite
| on:
Multi-Array Queue
Implementing Queue would mean also implementing Collection and Iterable, and this would bring pains and ugliness, especially with the concurrent code.
Look e.g. at the disclaimers at the size method of java.util.concurrent.ConcurrentLinkedQueue.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Look e.g. at the disclaimers at the size method of java.util.concurrent.ConcurrentLinkedQueue.