Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Data Structures? #91

Open
ghost opened this issue Dec 28, 2020 · 1 comment
Open

New Data Structures? #91

ghost opened this issue Dec 28, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 28, 2020

While not impossible to implement yourself, what if there was new data structures?
A few new ideas would be a Queue, a Stack, a Matrix, a Graph, a Heap, etc.
Ideally a stack and queue would be nice.
Why not just incorporate these things ourselves? Well while its possible, and for things like the Queue and Stack its not even difficult, but the issue is if we are to use a lovely portable library like plibsys, which has data structures that we could incorporate ourselves, like Binary Search Trees and Hash Tables, and the evenly easy Linked-List. Why not update the systems to incorporate more data structures for use...

@etodanik
Copy link
Contributor

As a user of plibsys, I'm not sure I'd use those just for their own sake. I would, however, definitely consider using thread safe versions of those (especially if they're lock free)

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

No branches or pull requests

1 participant