A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
2
stars
0
forks
source link
Optimize synchronization in the database #15
Closed
cristighr1995 closed 5 years ago
Right now the synchronization is used locking the whole DatabaseManager class. It should be optimized to have different locks for different actions.