bitcoin-s/core
Chris Stewart 2a0b2e6238
core: Use ArrayBuffer instead of Vector inside of ScriptParser.parse() (#5922)
* 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()
2025-02-10 07:36:38 -06:00
..
.jvm/src/main/resources/bip39-wordlists Implement createCETsAndCETSigsAsync() to fix performance issue in test (#3089) 2021-05-14 17:59:56 -05:00
src/main/scala/org/bitcoins/core core: Use ArrayBuffer instead of Vector inside of ScriptParser.parse() (#5922) 2025-02-10 07:36:38 -06:00
core.sbt Resturcutre cryptoTest & coreTest to work with scalajs build (#2731) 2021-03-03 16:52:03 -06:00
README.md WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00

See the core module section on the Bitcoin-S website.