Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge performance degradation between 1.57 and 1.76 #305

Open
vivek0916 opened this issue Jan 4, 2024 · 1 comment
Open

Huge performance degradation between 1.57 and 1.76 #305

vivek0916 opened this issue Jan 4, 2024 · 1 comment

Comments

@vivek0916
Copy link

Hello,

For the past several years, we have been utilizing Boost, as part of upgradation from an older(1_57) service to a later Boost version(1_76).
We've incorporated the boost libraries (libboost_serialization-vc142-mt-x64-1_76, libboost_wserialization-vc142-mt-x64-1_76) to facilitate XML serialization. It has been noticed that there is a significant decline in performance when compared to the 1_57 version.
It would be highly appreciated if you could provide insights on this performance degradation.

Thanks,
Vivek

@vivek0916 vivek0916 changed the title Huge performance regression between 1.57 and 1.76 Huge performance degradation between 1.57 and 1.76 Jan 4, 2024
@mclow mclow transferred this issue from boostorg/boost Jan 4, 2024
@robertramey
Copy link
Member

I never get complaints about the performance of the serialization library, so I'd be curious to know more about this.

I'd like to see:

  1. more information regarding the environment: compiler, os, library etc.
  2. a test program demonstrating the issue.
  3. results of running a profiler on that test program. A profiler would reveal the amount of time spent in each function in the program and library.

Robert Ramey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants