[DiscordArchive] i'll run a clean windows compilation and check. Are you sure that you have clean code?
[DiscordArchive] i'll run a clean windows compilation and check. Are you sure that you have clean code?
Archived author: Yehonal • Posted: 2017-09-18T15:38:04.120000+00:00
Original source
we've replaced some ACE code with new c++11 features coming from boost and the idea should be that as soon as new feature are available on c++ we can use them to replace ACE then
Archived author: Dany • Posted: 2017-09-18T15:38:27.314000+00:00
Original source
i'm not a fan of boost so far, performance slighty decreased compared to ace
Archived author: Yehonal • Posted: 2017-09-18T15:40:27.064000+00:00
Original source
yep dany because boost is the classic framework/collection of libraries that tries to do "everything you need", instead ace is more lighter and focused on networking
Archived author: Dany • Posted: 2017-09-18T15:43:53.265000+00:00
Original source
for eg 20 players sending packets ( can be anything) has worse performance compared to ace
Archived author: Dany • Posted: 2017-09-18T15:44:26.553000+00:00
Original source
however
Archived author: Dany • Posted: 2017-09-18T15:44:31.096000+00:00
Original source
it's not huge