FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for benchmark - msgpack/msgpack-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
180
Star
1.6k
Code
Issues
18
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-javascript
benchmark
on
main
User selector
Datepicker
Commit history
Commits on Dec 30, 2025
fix benchmark scripts for node, bun, and deno
gfx
committed
5829619
View commit details
Copy full SHA for 5829619
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
add integer and float to the benchmark payload
gfx
committed
574fbfb
View commit details
Copy full SHA for 574fbfb
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
Add a benchmark for TypedArray with zero-copy extension
eddig
committed
1f9e335
View commit details
Copy full SHA for 1f9e335
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
tweaks
gfx
committed
d6c1319
View commit details
Copy full SHA for d6c1319
View code at this point
Browse repository at this point
Commits on May 3, 2022
bench: always use Buffer for JSON stuff
gfx
committed
44dcb7b
View commit details
Copy full SHA for 44dcb7b
View code at this point
Browse repository at this point
Commits on May 1, 2022
tweaks
gfx
committed
a804e13
View commit details
Copy full SHA for a804e13
View code at this point
Browse repository at this point
Commits on May 6, 2021
add msgpackr to the benchmark script
gfx
committed
c33e3d2
View commit details
Copy full SHA for c33e3d2
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
fix compile errors in benchmark scripts
gfx
committed
ecdda8f
View commit details
Copy full SHA for ecdda8f
View code at this point
Browse repository at this point
Commits on Oct 4, 2020
fix a typo
gfx
committed
348fa77
View commit details
Copy full SHA for 348fa77
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
fix the order of args in Decoder/Encoder
gfx
committed
1a06ae2
View commit details
Copy full SHA for 1a06ae2
View code at this point
Browse repository at this point
extract KeyDecoder interface
gfx
committed
bc71d5c
View commit details
Copy full SHA for bc71d5c
View code at this point
Browse repository at this point
make Encoder/Decoder instances easily reusable
gfx
committed
9b1aefa
View commit details
Copy full SHA for 9b1aefa
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
show the V8 version in benchmark
gfx
committed
1ccd906
View commit details
Copy full SHA for 1ccd906
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
fix benchmark/package.json; "0" is now invalid
gfx
committed
f5b97a6
View commit details
Copy full SHA for f5b97a6
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
remove WebAssembly stuff because it is not much faster than pureJS
gfx
committed
9d034fe
View commit details
Copy full SHA for 9d034fe
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
optimize cache size according to the benchmark results
gfx
committed
bc5e681
View commit details
Copy full SHA for bc5e681
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
cleanup
gfx
committed
24a304c
View commit details
Copy full SHA for 24a304c
View code at this point
Browse repository at this point
tweaks
gfx
committed
fdd2f28
View commit details
Copy full SHA for fdd2f28
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
use TextEncoder to encode string if available
gfx
committed
514a33f
View commit details
Copy full SHA for 514a33f
View code at this point
Browse repository at this point
Commits on Jun 8, 2019
read the latest source code in msgpack-benchmark.js
gfx
committed
c914596
View commit details
Copy full SHA for c914596
View code at this point
Browse repository at this point
Commits on May 31, 2019
fix benchmark scripts
gfx
committed
e4b4e78
View commit details
Copy full SHA for e4b4e78
View code at this point
Browse repository at this point
Commits on May 29, 2019
Merge branch 'master' of github.com:msgpack/msgpack-javascript
sergeyzenchenko
committed
50011dd
View commit details
Copy full SHA for 50011dd
View code at this point
Browse repository at this point
Add array stream decoding
sergeyzenchenko
committed
cffbea3
View commit details
Copy full SHA for cffbea3
View code at this point
Browse repository at this point
improve: more smart selection of string decoding functions
gfx
committed
5d85f73
View commit details
Copy full SHA for 5d85f73
View code at this point
Browse repository at this point
Commits on May 28, 2019
Use browser version of notepack.io in benchmarks
sergeyzenchenko
committed
cadeb17
View commit details
Copy full SHA for cadeb17
View code at this point
Browse repository at this point
add decode-string.ts
gfx
committed
081918b
View commit details
Copy full SHA for 081918b
View code at this point
Browse repository at this point
Commits on May 27, 2019
move benchmark things to benchmark/ and add msgpack-benchmark.js
gfx
committed
76e5b6e
View commit details
Copy full SHA for 76e5b6e
View code at this point
Browse repository at this point
Commits on May 25, 2019
move profiling/bencharking tasks to Makefile
gfx
committed
0dd5479
View commit details
Copy full SHA for 0dd5479
View code at this point
Browse repository at this point
Commits on May 23, 2019
cleanup comments
gfx
committed
f3bca07
View commit details
Copy full SHA for f3bca07
View code at this point
Browse repository at this point
benchmark tweaks
gfx
committed
0d6b2f4
View commit details
Copy full SHA for 0d6b2f4
View code at this point
Browse repository at this point
Commits on May 16, 2019
use memory allocator in wasm functions
gfx
committed
8a663c4
View commit details
Copy full SHA for 8a663c4
View code at this point
Browse repository at this point
use String.fromCharCode.apply() in WASM ver.
gfx
committed
a4903ec
View commit details
Copy full SHA for a4903ec
View code at this point
Browse repository at this point
asbuild -O3; add benchmark; USE_WASM=true
gfx
committed
be528f3
View commit details
Copy full SHA for be528f3
View code at this point
Browse repository at this point
Commits on May 8, 2019
cleanup ExtData struct
gfx
committed
332c391
View commit details
Copy full SHA for 332c391
View code at this point
Browse repository at this point
Commits on May 6, 2019
update readme
gfx
committed
788f81f
View commit details
Copy full SHA for 788f81f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL