You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First try:
json-accelerator: 2.077s
JSON Stringify: 439.266ms
Second try:
json-accelerator: 2.733s
JSON Stringify: 435.163ms
Bun's Results:
First try:
[635.82ms] json-accelerator
[359.79ms] JSON Stringify
Second try:
[657.12ms] json-accelerator
[358.27ms] JSON Stringify
What is the expected behavior?
I don't know if this library is supposed to run under a specific enviroment to notice real performance improvement, but I was using it and I don't see the numbers that you put in the README, performance is actually much worse than regular JSON.stringify() as you can see
is it a elisiajs specific library ?
was it thought to handle arrays with large amount of data ?
What do you see instead?
Node.js' Results:
First try:
json-accelerator: 2.077s
JSON Stringify: 439.266ms
Second try:
json-accelerator: 2.733s
JSON Stringify: 435.163ms
Bun's Results:
First try:
[635.82ms] json-accelerator
[359.79ms] JSON Stringify
Second try:
[657.12ms] json-accelerator
[358.27ms] JSON Stringify
Additional information
No response
Have you try removing the node_modules and bun.lockb and try again yet?
No response
The text was updated successfully, but these errors were encountered:
What version of Elysia is running?
What platform is your computer?
Linux 6.1.132-1-MANJARO x86_64 unknown
What steps can reproduce the bug?
Node.js' Results:
Bun's Results:
What is the expected behavior?
I don't know if this library is supposed to run under a specific enviroment to notice real performance improvement, but I was using it and I don't see the numbers that you put in the README, performance is actually much worse than regular JSON.stringify() as you can see
is it a elisiajs specific library ?
was it thought to handle arrays with large amount of data ?
What do you see instead?
Node.js' Results:
Bun's Results:
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?No response
The text was updated successfully, but these errors were encountered: