Skip to content

IntQueue#1289

Merged
anirudhmurali merged 1 commit into
TheAlgorithms:Developmentfrom
iheb1196:Development
Apr 29, 2020
Merged

IntQueue#1289
anirudhmurali merged 1 commit into
TheAlgorithms:Developmentfrom
iheb1196:Development

Conversation

@iheb1196

@iheb1196 iheb1196 commented Apr 29, 2020

Copy link
Copy Markdown

This file contains an implementation of an integer only queue which is extremely quick and
lightweight. In terms of performance it can outperform java.util.ArrayDeque (Java's fastest queue
implementation) by a factor of 40+! See the benchmark test below for proof.
**### **#I'am junior software engineering student , i'am doing this contribution as part of Global Software Development Course , I would like to be part of this community and learn more about open source projects , looking forward to your feedback ****

@iheb1196 iheb1196 closed this Apr 29, 2020
@iheb1196 iheb1196 reopened this Apr 29, 2020
@anirudhmurali anirudhmurali merged commit 6111fb7 into TheAlgorithms:Development Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants