Skip to content

A queue implemented on an array, written in C using the BSD licence.

License

Notifications You must be signed in to change notification settings

willemt/arrayqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

What?

A queue that uses an array instead of a linked list.

Benefits of using an array:

  • helps prevent unnecessary malloc/free calls you'll usually find in a linked list implementation
  • reduces the likelihood of cache misses

About

A queue implemented on an array, written in C using the BSD licence.

Resources

License

Stars

Watchers

Forks

Packages

No packages published