arrowhead-f/core-cpp

POPPY-0025: Replace std::stack in db::DatabasePool

Offen

#25 geöffnet am 04.01.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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