Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/denosaurs/byte_type
😋 A small helper module for working with different raw types in javascript
https://github.com/denosaurs/byte_type
fix: Broken benchmarks (#33)
fd9945ee46b1b4ee31db3ddd61a41ca1045612f0 authored 10 months ago by MierenManz <[email protected]>
fd9945ee46b1b4ee31db3ddd61a41ca1045612f0 authored 10 months ago by MierenManz <[email protected]>
feat: publish to JSR (#31)
9d9728d6a0d7c80ba45b68ce1206eb05f3b71f34 authored 10 months ago by Elias Sjögreen <[email protected]>
9d9728d6a0d7c80ba45b68ce1206eb05f3b71f34 authored 10 months ago by Elias Sjögreen <[email protected]>
feat: implement some documentation on types (#30)
98cec1484a7f0b0ebefc0a4d5141753b3a16d584 authored 10 months ago by MierenManz <[email protected]>
98cec1484a7f0b0ebefc0a4d5141753b3a16d584 authored 10 months ago by MierenManz <[email protected]>
feat: Additional string codecs (#29)
a598ac0f3460510f875acfa786e4c8ca6d54d84c authored 10 months ago by MierenManz <[email protected]>
a598ac0f3460510f875acfa786e4c8ca6d54d84c authored 10 months ago by MierenManz <[email protected]>
feat: Implement small int types `U4` and `U2` (#28)
f0bb6b5103295763226f1e257523017d582a2d87 authored 10 months ago by MierenManz <[email protected]>
f0bb6b5103295763226f1e257523017d582a2d87 authored 10 months ago by MierenManz <[email protected]>
fix: Update the README to match the new API (#27)
d7bb332c05a8a69f146a219b3b40dde334ac06f4 authored 11 months ago by Ian Bull <[email protected]>
d7bb332c05a8a69f146a219b3b40dde334ac06f4 authored 11 months ago by Ian Bull <[email protected]>
Remove redundant todo (#25)
f76d1a40663fad29c66e18f14fd475f78232cd97 authored 12 months ago by Skye <[email protected]>
f76d1a40663fad29c66e18f14fd475f78232cd97 authored 12 months ago by Skye <[email protected]>
perf: Optimize Tuple Read & Write (#24)
3ece55a2b93a8535164340828ebbce8bc416a9e8 authored 12 months ago by Skye <[email protected]>
3ece55a2b93a8535164340828ebbce8bc416a9e8 authored 12 months ago by Skye <[email protected]>
perf: Optimize `BitflagsN` Read & Write (#23)
38e95b942312168589ec37faa0c021924688421f authored 12 months ago by Skye <[email protected]>
38e95b942312168589ec37faa0c021924688421f authored 12 months ago by Skye <[email protected]>
perf: Optimize `ArrayType<T>` Read & Write (#22)
c6906d77276bb51d5cd717df6f61f200af33b538 authored 12 months ago by Skye <[email protected]>
c6906d77276bb51d5cd717df6f61f200af33b538 authored 12 months ago by Skye <[email protected]>
refactor: major refactor of byte_type (#21)
Co-authored-by: Elias Sjögreen <[email protected]>
796f19a5d0e4368b3910aa1e13fac70d59a7221d authored 12 months ago by Skye <[email protected]>
feat: 128 bit types (#19)
Co-authored-by: Elias Sjögreen <[email protected]>
9e6e56d0346a97775ca8aca6463fe13ff1c8e73a authored over 1 year ago by Javier RÃos <[email protected]>
feat: pointers (#17)
Co-authored-by: Elias Sjögreen <[email protected]>
bca52d5dc5d5198839632f4ca3d12def7dd3bc8f authored over 1 year ago by Jin Wei Tan <[email protected]>
feat: Add tests for all types (#14)
8aa2df9afd821dbd19d462c03f1ede4f8ccb70ec authored over 1 year ago by Skye <[email protected]>
8aa2df9afd821dbd19d462c03f1ede4f8ccb70ec authored over 1 year ago by Skye <[email protected]>
fix: typed array constructor property typo (#16)
27e056a6d1677f90927296d5be9bd2f3203eed11 authored over 1 year ago by Elias Sjögreen <[email protected]>
27e056a6d1677f90927296d5be9bd2f3203eed11 authored over 1 year ago by Elias Sjögreen <[email protected]>
fix: issue with negative `BitFlags32` after a bitwise op (#15)
054b57a5181113272cc69e6e9a1f2b6ae2081fbe authored over 1 year ago by Skye <[email protected]>
054b57a5181113272cc69e6e9a1f2b6ae2081fbe authored over 1 year ago by Skye <[email protected]>
feat: add `I64LEB128` (#12)
Co-authored-by: Elias Sjögreen <[email protected]>
80802e1bb0e75be5ccb00687306d21ed86d05a12 authored over 1 year ago by Skye <[email protected]>
feat: add `I32LEB128` (#11)
Co-authored-by: Elias Sjögreen <[email protected]>
dc59df0b648b74794b5ca70478cb8cdeb02c7aea authored over 1 year ago by Skye <[email protected]>
fix: Strings not properly using offset (#10)
90cc9a8571702ab3df4ecc39946b0cff79d108fb authored almost 2 years ago by Skye <[email protected]>
90cc9a8571702ab3df4ecc39946b0cff79d108fb authored almost 2 years ago by Skye <[email protected]>
feat: null terminated strings (#8)
79b28d6c82ad29dafad60a471c9cd3ccc5060238 authored almost 2 years ago by Elias Sjögreen <[email protected]>
79b28d6c82ad29dafad60a471c9cd3ccc5060238 authored almost 2 years ago by Elias Sjögreen <[email protected]>
fix: utils import (#9)
717f3156b37e028171783c684964dd484714ccae authored almost 2 years ago by Elias Sjögreen <[email protected]>
717f3156b37e028171783c684964dd484714ccae authored almost 2 years ago by Elias Sjögreen <[email protected]>
refactor: make the endianess util constant (#7)
62a51906a208fea0ad6e02899c25ad751fe9c1c7 authored almost 2 years ago by Elias Sjögreen <[email protected]>
62a51906a208fea0ad6e02899c25ad751fe9c1c7 authored almost 2 years ago by Elias Sjögreen <[email protected]>
chore: various small fixes and chores
f04c2f43f6899157192dfd3fa67f07e5dbe2384f authored almost 2 years ago by eliassjogreen <[email protected]>
f04c2f43f6899157192dfd3fa67f07e5dbe2384f authored almost 2 years ago by eliassjogreen <[email protected]>
refactor: The long awaited byte_type refactor (#3)
Co-authored-by: Dean Srebnik <[email protected]>
Co-authored-by: Skye <63878374+...
chore: release 0.1.7
d790faeb83579d5ace73173e03650b40b6bf09fe authored about 3 years ago by eliassjogreen <[email protected]>
d790faeb83579d5ace73173e03650b40b6bf09fe authored about 3 years ago by eliassjogreen <[email protected]>
feat: PointerValue and Pointer types, export default pointer type
878c0070759777c88943e794e01c6984e10765c6 authored about 3 years ago by eliassjogreen <[email protected]>
878c0070759777c88943e794e01c6984e10765c6 authored about 3 years ago by eliassjogreen <[email protected]>
chore: release 0.1.6
3341c07ba3d9394b7de6bd08af0a7dbbf6f88486 authored about 3 years ago by eliassjogreen <[email protected]>
3341c07ba3d9394b7de6bd08af0a7dbbf6f88486 authored about 3 years ago by eliassjogreen <[email protected]>
feat: Deno.UnsafePointerView support
02427107f12f20fe5d3593e4978008d7690e7099 authored about 3 years ago by eliassjogreen <[email protected]>
02427107f12f20fe5d3593e4978008d7690e7099 authored about 3 years ago by eliassjogreen <[email protected]>
chore: release 0.1.5
a52f22184d9abaa142daf3f8017180163a0a9ff3 authored about 3 years ago by eliassjogreen <[email protected]>
a52f22184d9abaa142daf3f8017180163a0a9ff3 authored about 3 years ago by eliassjogreen <[email protected]>
feat: add TypedArrayType types
528201dfd91bea6f3b5e6b0a65e58c3be85186bf authored about 3 years ago by eliassjogreen <[email protected]>
528201dfd91bea6f3b5e6b0a65e58c3be85186bf authored about 3 years ago by eliassjogreen <[email protected]>
chore: release 0.1.4
940d8c165309c02c143cc32a998f3cffe51ece62 authored about 3 years ago by eliassjogreen <[email protected]>
940d8c165309c02c143cc32a998f3cffe51ece62 authored about 3 years ago by eliassjogreen <[email protected]>
feat: add Expected.is method
766c22c88aa3bf77dd30c825a44345931d9aa4f6 authored about 3 years ago by eliassjogreen <[email protected]>
766c22c88aa3bf77dd30c825a44345931d9aa4f6 authored about 3 years ago by eliassjogreen <[email protected]>
chore: release 0.1.3
60508fd4434b703f67778203be5909c0ab8200e4 authored about 3 years ago by eliassjogreen <[email protected]>
60508fd4434b703f67778203be5909c0ab8200e4 authored about 3 years ago by eliassjogreen <[email protected]>
feat: default endianess, exported endianess function
863bf9c3576659f37a999f39465966f414a9054a authored about 3 years ago by eliassjogreen <[email protected]>
863bf9c3576659f37a999f39465966f414a9054a authored about 3 years ago by eliassjogreen <[email protected]>
chore: release 0.1.2
dc8e38ec39b367466262a9c761f64b77442c2a02 authored almost 4 years ago by eliassjogreen <[email protected]>
dc8e38ec39b367466262a9c761f64b77442c2a02 authored almost 4 years ago by eliassjogreen <[email protected]>
fix: FixedString
9a09c31afaaaf7dcfc739644bc870d0f92a7a76f authored almost 4 years ago by eliassjogreen <[email protected]>
9a09c31afaaaf7dcfc739644bc870d0f92a7a76f authored almost 4 years ago by eliassjogreen <[email protected]>
chore: release 0.1.1
1d12cdb038bb1fcd09170bee48d1f68f909f795f authored almost 4 years ago by eliassjogreen <[email protected]>
1d12cdb038bb1fcd09170bee48d1f68f909f795f authored almost 4 years ago by eliassjogreen <[email protected]>
fix: BitFlags sizes
5b8bd5fa7c5bced240d3748794820cd299e7f1a5 authored almost 4 years ago by eliassjogreen <[email protected]>
5b8bd5fa7c5bced240d3748794820cd299e7f1a5 authored almost 4 years ago by eliassjogreen <[email protected]>
feat: inital and hopefully final commit :P
f55c1670344db498bb99489dd52fdeff50ef6291 authored almost 4 years ago by eliassjogreen <[email protected]>
f55c1670344db498bb99489dd52fdeff50ef6291 authored almost 4 years ago by eliassjogreen <[email protected]>