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

enhance: change boost::iostreams::mapped_file_source by mio library #723

Merged
merged 3 commits into from
Dec 29, 2022

Conversation

dudantas
Copy link
Member

Description

Changed "boost::iostreams::mapped_file_source" by library "mio" which does the same job with fewer dependencies

There's not much to test, it's just opening the server and if the map is loaded correctly then everything is fine.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dudantas dudantas merged commit f7a7a5b into main Dec 29, 2022
@dudantas dudantas deleted the remove-boost-iostreams-mapped branch December 29, 2022 19:03
dudantas added a commit to dudantas/canary that referenced this pull request Feb 7, 2023
…ary (opentibiabr#723)

Changed "boost::iostreams::mapped_file_source" by library "mio" (memory mapped file IO) which does the same job with fewer dependencies.
jacksonie pushed a commit to jacksonie/canary that referenced this pull request Feb 17, 2023
…ary (opentibiabr#723)

Changed "boost::iostreams::mapped_file_source" by library "mio" (memory mapped file IO) which does the same job with fewer dependencies.
luan pushed a commit that referenced this pull request Jul 11, 2023
…ary (#723)

Changed "boost::iostreams::mapped_file_source" by library "mio" (memory mapped file IO) which does the same job with fewer dependencies.
@dudantas dudantas changed the title [Enhancement] change boost::iostreams::mapped_file_source by mio library enhance: change boost::iostreams::mapped_file_source by mio library Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants