Simon Ninon
Simon Ninon
test/performance/test_perf_result contains performance of each test file test/performance/test_perf.rb is run only for PR and will do the following: * checkout test_perf_result from master branch * run each test file and...
This is a first draft of using rapidjson. Please do not merge: * I first want to make more testing. First, because the change is critical as it concerns the...
``` Hi, I've compiled a list of most significant changes in iota.js so far + short term roadmap. I suggest to discuss new specs and build a cross platform v1...
From #304 (iota.lib.js changes): ``` Modularized from api, utils, crypto, multisig & valid to packages seen here: https://www.npmjs.com/org/iota - Everything is in iota.js monorepo, tested in integration and released with...
From #304 (iota.lib.js changes): ``` wereAddressesSpentFrom() is no longer exported - We don't want devs to build solutions around a method which might be infeasible in IoT environment. It's still...
From #304 (iota.lib.js changes): ``` Fixed extended ascii issue in converter: iotaledger/iota.lib.js#243 https://github.com/iotaledger/iota.lib.js/issues/243 ```
From #304 (iota.lib.js changes): ``` getBundlesFromAddresses() is deprecated and will probably be removed in next major version. Reason for deprecating is poor performance; number of bundle instances can be any,...
When I got some time (priority will first be on embedded), I'll add some performance tests for each API (core & extended). I'll look into a free tool for open-source...
Think if it could be worth it to have a thread pool for a parallel for? Besides that, it could be interesting to make the maximum number of threads configurable....
We can investigate alternatives to this design. This is a legacy design we took from the iota.lib.java library at the very beginning, so there might be better alternatives or more...