-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rather than relying on libbson to supply a convenient wrapper to creating JSON fragments, instead use a dedicated/embeddable C API to achieve the same result. Although libbson might be fast, there simply isn't enough JSON being used as an IPC mechanism for the overhead of using libbson. By overhead, this is referring to the fact that not every linux distribution or BSD have packaged bson, or have a new enough version of it. Fixes #408
- Loading branch information
1 parent
5a4f6c2
commit c6bcf69
Showing
5 changed files
with
3,444 additions
and
44 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.