Optimizating my code simulating a database

后端 未结 5 1385
难免孤独
难免孤独 2021-01-20 13:41

I have been working on a program, simulating a small database where I could make queries, and after writing the code, I have executed it, but the performance is quite bad. I

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-20 14:21

    No need to reinvent the wheel again, use FirebirdSQL embedded database instead. That combined with IBPP C++ interface gives you a great foundation for any future needs.

    http://www.firebirdsql.org/

    http://www.ibpp.org/

提交回复
热议问题