PengZheng opened a new pull request #392: URL: https://github.com/apache/celix/pull/392
As mentioned in https://github.com/apache/celix/pull/376#issuecomment-965961677, I'm trying to improve the performance of ServiceTracker. Before the real work done, I must familiarize myself of the code base. Along the way, I do some code cleanup and bug fixes. Some worth noting: - buggy default array_list equality implementation. To avoid this kind of bugs forever, I add compile time assert (static assert in modern C++). - wrong bundle ID in service tracker callbacks. - flawed reference counting implementation, as discussed in #390 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
