-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encapsulate the main database memory mapping operations (#538)
* Refactor main database server memory mapping operations and other cleanup * Improve implementation of is_initialized() * Remove redundant scope_guard * Remove inadvertently added json file * Some additional name cleanup and extension of the mapped_data_t functionality * Extend use of mapped_data_t to database client code * Rename variables, methods, and type related to mapped data * Remove state enum and rename is_closed back to is_initialized * Add a new helper, move helper implementations, and additional renaming * Update mapped log helper * Use mapped_log_t helper in client and server * Update servver log operation * Update log operations in client code * Add comments to the new classes Co-authored-by: Laurentiu Cristofor <[email protected]>
- Loading branch information
1 parent
cb9073b
commit 47700a6
Showing
15 changed files
with
417 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.