Consider adding a queue data structure to the Spicy runtime library #1525
Labels
Enhancement
Improvement of existing functionality
Runtime Library
Issues related to the HILTI or Spicy runtime libraries
We should consider adding a queue data structure to the Spicy runtime library. We currently only provide a
vector<T>
and users need to implement their own, if implemented in Spicy code likely inefficient implementation.We should support at least the following API
The text was updated successfully, but these errors were encountered: