arrowhead-f/core-cpp

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

Aperta

#25 aperta il 4 gen 2021

 (0 commenti) (0 reazioni) (0 assegnatari)C (0 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor