arrowhead-f / arrowhead-f/core-cpp
POPPY-0025: Replace std::stack in db::DatabasePool
Open
enhancement
good first issue
- Dominant language
- C
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
DatabasePool currently uses a stack to store available connection. A simple array with a pointer to the last available connections would be enought to solve this problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.