mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 22:56:52 +01:00
* core: Use ArrayBuffer instead of Vector inside of ScriptParser.parse() to avoid Array copies * Avoid O(N) behavior in ArrayBuffer by always appending rather than prepending * Use '+=' and '++=' operations as they don't require ineffeciently copying the collection * Use ArrayBuffer rather than Vector to take advantage of operations in ArrayBuffer.addAll() |
||
---|---|---|
.. | ||
.jvm/src/main/resources/bip39-wordlists | ||
src/main/scala/org/bitcoins/core | ||
core.sbt | ||
README.md |