Skip to content

Instantly share code, notes, and snippets.

View pah's full-sized avatar
💭
I may be slow to respond.

Philipp A. Hartmann pah

💭
I may be slow to respond.
View GitHub Profile
Read 'canada.json' (2251051 bytes)
objectCount: 4
arrayCount: 56045
numberCount: 111126
stringCount: 12
trueCount: 0
falseCount: 0
nullCount: 0
memberCount: 8
elementCount: 167170

Keybase proof

I hereby claim:

  • I am pah on github.
  • I am pah (https://keybase.io/pah) on keybase.
  • I have a public key whose fingerprint is 1FE1 B650 3DDA DCF0 9005 8901 2A0F 56A4 D312 AD33

To claim this, I am signing this object:

@pah
pah / 0-RapidJSON exception support - performance summary
Last active August 29, 2015 14:03
RapidJSON exception support - performance tests
## Linux 64-bit, Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
| Compiler | Baseline | `exception-support` | `exception-throw` |
| ---------- | --------- | ------------------- | ----------------- |
| GCC 4.4 | 11826 ms | 11896 ms | 12029 ms |
| GCC 4.6 | 12730 ms | 13218 ms | 12661 ms |
| GCC 4.8 | 9847 ms | 9817 ms | 10467 ms |
| GCC 4.9 | 9833 ms | 10067 ms | 10285 ms |
| Clang 3.5 | 11172 ms | 10867 ms | 11165 ms |