Skip to content

Commit

Permalink
gpt: ThreadBack rm mt_nFinishedThread_
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Aug 18, 2023
1 parent 4497c88 commit 0f58e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread_back/ThreadBack.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
// * should be not too many threads exist simultaneously
// * so should not spend too long (wait till new req appears)
// . mt_nFinishedThread_:
// . can reduce about half iterations with ~10 more LOC
// . can reduce about half iterations with 15 more LOC
// . atomic is lightweight & fast than mutex
// * since little benefit, decide rm it
// ***********************************************************************************************
Expand Down

0 comments on commit 0f58e65

Please sign in to comment.