Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
07bbf442
Commit
07bbf442
authored
Nov 22, 2014
by
Gabi Melman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
46ee19cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
07bbf442
...
...
@@ -38,11 +38,11 @@ Just copy the files to your build tree and use a C++11 compiler
Below are some
[
benchmarks
](
benchmarks
)
under Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz:
#### Single thread bench
|library|log lines|
threads|elapsed|
|library|log lines|
single thread|10 threads
|-------|:-------:|:-----:|------:|
|
*boost log v1.56*
|1,000,000|
1|
**4.207
s**
|
|
*glog v0.3.3*
|1,000,000|
1|
**1.077
s**
|
|
*spdlog*
|1,000,000|
1|
**0.975
s**
|
|
*boost log v1.56*
|1,000,000|
**4.207s**
|
**6.592
s**
|
|
*glog v0.3.3*
|1,000,000|
**1.077s**
|
**1.678
s**
|
|
*spdlog*
|1,000,000|
**0.975s**
|
**0.961
s**
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment