Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Blosc/c-blosc2

A fast, compressed, persistent binary data store library for C.
https://github.com/Blosc/c-blosc2

Update README.rst

5aac48f5b2afddb848788955c13d48a84cef3519 authored over 3 years ago
Use LZ4/IPP by default if found in the system

2ebf2986ea11f35d28c9b7b3927c22a0e76d4205 authored over 3 years ago
Bump version

47620d9692e0bad825132a2c478e39723a513e43 authored over 3 years ago
Add blosc2_stdio.h to the list of files to install

dcbd29a1050eed64f74ebbe0dfba39bdf93c78eb authored over 3 years ago
Post 2.0.0-rc2 release actions done

693606fe1130d1cce0177efdb68ced5c1be7cb41 authored over 3 years ago
Getting ready for release 2.0.0-rc2

e866daba321acabd6cbe03271cab444745d041cb authored over 3 years ago
Merge branch 'main' of https://github.com/Blosc/c-blosc2

63a0dd7e474d60a17ae9b4396eb659afb81150a3 authored over 3 years ago
BloscLZ version updated to 2.4.0

118d4d5a6b4f38fa97031f1be285020bdc508bf7 authored over 3 years ago
Fix warnings exposed by MinGW

a74b5b20f593f1ca070504758e53bfefc90eb934 authored over 3 years ago
Another setup for exit early based on experiments

9e13643454693ddb64d52c3a8acd2e45e8ff4f5a authored over 3 years ago
Raise max amount of cache to 2MB/thread

1e417dd0cafef9ecbd69ad85588e9080510cfd00 authored over 3 years ago
Make early exit dependent of maxlen

2feac3837faadff871ffdeea85205af1135aae9c authored over 3 years ago
Exit early during entropy probing for blosclz

8b1133a32c703fe403caa5e5127752305d9beb78 authored over 3 years ago
Entropy probing doesn't need too large buffers for clevel 9

4cef6f9dd508d7d3fc534c6b6c9fcb627d07ddfd authored over 3 years ago
Get back to more balanced tuning for rainfall bench

e3f28c149004d83521d149659b068a1bb4ac0dcb authored over 3 years ago
Don't be too aggrressive with CPUs with just 256 KB L2

c92012c9cd9a04d0c8c96aba46bb5859e29bd77d authored over 3 years ago
Adjust performance to newer CPUs

45632c4b769e415bd23b5a34af917fb7e9ac4e0d authored over 3 years ago
Update ROADMAP.rst

d4651a699229b3c15278916268bd8d9dcb10088c authored over 3 years ago
Update README.rst

e01df67d247afddab74ba6a812a9b2dab92fe4c1 authored over 3 years ago
Activate aligned access in ARM when allowed

8833b62e51b77ff6fd18b5f2663424f6c89ad20b authored over 3 years ago
Remove unnecessary includes

eb4ddf449fd05f3df51d0963a7b0b7fdaff9c237 authored over 3 years ago
Add new compatibility notes

fe135bab842f1f20504f552fccc6e54691dc6e63 authored over 3 years ago
More robust detection of ARM features

3154300abf6fefa7ce2181352ea8aad50d484fc9 authored over 3 years ago
Minimum GCC is 5.2 (only for ARM, see #306)

a723ef86984309b93a14dc1088fba0b2e61177b4 authored over 3 years ago
Only include sys/auxv.h if not aarch64, avoid including on macOS

f80bd304ae9f7ef2e64d4a9839ec755cca2c9428 authored over 3 years ago
Patch armv7l shuffle/bitshuffle support include header, lax-vector

44594d22f2d9b5dfdd7296ba40ef8b9db8318678 authored over 3 years ago
Minimum GCC is 5.2 (see #306)

cc0428d238797f077d6414034f3d9bd061c1692b authored over 3 years ago
Add AppleClang to list of compilers

f06319ce93654e7cada64a75778fb50e8ddc6667 authored over 3 years ago
Add Windows GCC to continuous integration

dedd3c218620ee6894ae27a624b86f289be6fe3d authored over 3 years ago
Define mkdir for MinGW

8db12bfefbb793059a56d74f595459fdb6c75b55 authored over 3 years ago
Fix mkdir bug for MinGW-w64 gcc

cffe03949ef83928e6c4773ce4b6d1c10c4381b3 authored over 3 years ago
Update README.rst

8221722e7d6ce50c13fe953243a10d0bbe69e77c authored over 3 years ago
Update README.rst

fac4a175b2419f9c177ca45daafd9892658aef95 authored over 3 years ago
Apple is labeling compiler as AppleClang

f500946abb74e36fd5b8357e8a8e40b4d752844f authored over 3 years ago
cmake>=3.16. Workaround for Apple Silicon is not necessary anymore.

fbda60dd79da741c582fadc3827aea6c405142cf authored over 3 years ago
Update README.rst

5dcb18f17028ff4ee58e68c18fffbd347d3b7691 authored over 3 years ago
Add BLOSC_EXPORT to blosc2_ctx_get_?params functions

33f14935371824be0c00ea8a8c9cd07f83b47088 authored over 3 years ago
zlib-ng sources updated to 2.0.3

c7071132b69d976510c255b8c1a823a3516f0d54 authored over 3 years ago
Including dictBuilder/ is not necessary anymore for zstd 1.5.0

e082d1064d984ee4639406017c617de9dec5f877 authored over 3 years ago
zstd sources updated to 1.5.0

8c2b0f5f9078df0a0056b08fa6785044076db805 authored over 3 years ago
Merge branch 'main' of https://github.com/Blosc/c-blosc2

597db4c3e44ad06a2234c4925a21c83427d33b8c authored almost 4 years ago
Fix bug in the multi-threading decompression

99f12c01c790bb2d7ac367c85c9a9556660cb992 authored almost 4 years ago
We are a team

c0e340419d6d6e76838b8c7ba8fc4ec4631c6ab1 authored almost 4 years ago
Update README.rst

0389665542b0189a7c5f10df6ad522e65d99fe3c authored almost 4 years ago
Fixed ASAN heap-buffer-overflow when reading frame metalayers. Similar to #279. Variable header_pos is used for checking boundaries when reading name/offsets. Don't need to increase header_pos when seeking to another offset in the header to read metadata.

https://oss-fuzz.com/testcase-detail/5361858753200128

8a058b7a6be4d7e47a9af5831c454fca8c725dd4 authored almost 4 years ago
Add bench results of CoreX and plotting

2dd953ed14796a840d7b75811efee95950016deb authored almost 4 years ago
BLOSC2_MAX_VLMETALAYERS reduced to 8K

4d2510757d797781aed92193012294e7732afe9a authored almost 4 years ago
Add the twitter handler

f9d06de833fc875167ca4830d68934ba51d1b0fe authored almost 4 years ago
BLOSC2_MAX_VLMETALAYERS raised to 64K

99adbcd6ae0ad1ea4f5cab6d9be32658a772dcf6 authored almost 4 years ago
Post 2.0.0.rc.1 release actions done

5c63963b7e6fdb02ddae414e4dc258bf595f7226 authored almost 4 years ago
Getting ready for release 2.0.0.rc.1

5b8fe5ab3de82d2572b8065f563e19639b02a5e1 authored almost 4 years ago
Fix a sentence

69c50843319301065e76b0a44567226076d8e45f authored almost 4 years ago
Fix wrong spelling

92879ec4ef99b9dbd29e9be89668a20ad449e039 authored almost 4 years ago
Create docs using sphinx

ff1d9c8449e282e3053f8c754c20469d3110d2c5 authored almost 4 years ago
Fix the chunk_id calculation in a sframe

427c45a420463415da5bf55d273d348a825a0968 authored almost 4 years ago
Unify copyright

54bee124e182a7a6ac3c8c61c28e21eb3e46cd41 authored almost 4 years ago
Update README.rst

d6e3465d629c6bcfbf74fa7ee112d36ddb20ca6c authored almost 4 years ago
Add Oscar

6921fb9680fbe9874817ca8c71efd0456f0a6507 authored almost 4 years ago
Add Oscar

ece21bbefecac83dd4bf60c66871e90b57431e01 authored almost 4 years ago
Mention Lucian Marc as author of shuffle for NEON

02c78580a29a711c9789711c48441549ef76169c authored almost 4 years ago
Mention ESRF sponsorship

5c2eaa880858c292ca1606475be59606aef03c64 authored almost 4 years ago
Get rid of schunk_empty

d81baf919f0deef10d4e47b8db3b6a068a7c610d authored almost 4 years ago
Update ROADMAP

81b0431915bd50bd703123e05f4d206cc8550e69 authored almost 4 years ago
Update ROADMAP

60d319113866487e0b40df7ea2ece0e6deb7b781 authored almost 4 years ago
Updated THANKS.rst

a353e310a2ac79ddb7e64019d585d92109e9b45a authored almost 4 years ago
Document block_size in table.

74aab65c81e55d0461c0e0e735531b5c0e2937cf authored almost 4 years ago
Do not overwrite an existing file frame. Fixes #194.

7e446ea8e587aca1e655b33280c76eab03e29c72 authored almost 4 years ago
Get rid of the file:/// prefix (fixes #288)

48c6d5b227b49f4cb5c690d8e5a691983649280d authored almost 4 years ago
Homogenize the name of the plugin callbacks.

57e5a841baafa60e6be5fe6d0cd9daea4fc87361 authored almost 4 years ago
Register plugins in the stack

494001be28b6e4efacfe8c228a512ef79c4b7275 authored almost 4 years ago
Free registered plugins in blosc_destroy

13fbe91ec93839e2de76b3df9238d6aec70b9449 authored almost 4 years ago
Free schunks

d26f43f7c2c64400649babfb4993b278291555db authored almost 4 years ago
Adapt to new io API

5bcf17810b199df61f49fe64241256f38afdfa02 authored almost 4 years ago
Adapt to the new get_coffsets API

a450000c119d201acb747a14a95c517caaf9bbba authored almost 4 years ago
Use sizeof(int64_t) instead of 8

20e9bd8a1d57fbaeccc1b0204f95238b9f53fdd0 authored almost 4 years ago
Add delete_chunk function

f77a80c385cff76a187327c6ce1a9adb5c7cc00f authored almost 4 years ago
Fix an issue in fuzzer

8a8a941d671e76e787ab00e34ebcb19e3a58b6f4 authored almost 4 years ago
Reduce the number of chunks in test to a minimum

955d6de825ad8f902aef4c06c4f060594ef45ce4 authored almost 4 years ago
Fix a regression in split_block()

160f1c8592ad9506c3174e4ddccc28ca1cd63714 authored almost 4 years ago
Attempt to remove the support for the snappy codec

8c26be72b4c50766eec238268ea8117b02ec49cf authored almost 4 years ago
Remove size_t usage from blosc_stdio function signatures

0aa4debbdbcbb4be240e1c09fd9e13f4d0bcb423 authored almost 4 years ago
Add plugin for io

7fec681cb5612e29142cb3e9abeeecb2a67b6f89 authored almost 4 years ago
Adapt fill_special to io api

8a5d4227dc430cd614fff6e0366c076c05c1cc34 authored almost 4 years ago
Fix requested changes

6516148ada85154fdc8d79bbbee1582d7ad471da authored almost 4 years ago
Call blosc_init/blosc_destroy in corpus generation

edd8b09cabc7c0ab949d936e34bf0ee3715045c0 authored almost 4 years ago
Remove params from blosc-defined stdio functions and define tell and truncate functions

d1e5ef484d01ed7f9860884bc9f3ebc452f3642d authored almost 4 years ago
Define a interface for stdio functions

da81d3e6741e9deeb8de62ebdcbbee71aafc8dcd authored almost 4 years ago
Add open_io function and remove global io

0f99784d89cd0494f292d1f92de792474b503009 authored almost 4 years ago
Register io backends in a global variable

1a8e8544df708fc191816aadafce0f43d852ff88 authored almost 4 years ago
Fix a warning in tests

9391f5dcc7816cf203d6e4a56e0dbf783c3f05fc authored almost 4 years ago
Merge branch 'master' of https://github.com/Blosc/c-blosc2

4180246f87b6058a14931c1d79ddd8b97c290bdc authored almost 4 years ago
New benchs on python-blosc2 suggests split allways on for blosclz and lz4

6b2b1e604357ebf55a053f4d4742f82cbc329812 authored almost 4 years ago
Use a global variable to store the user-codecs

48a8d529e90f7a0104a754cd37930f8afa875353 authored almost 4 years ago
Fix requested changes

7669fcc280df7c7ad34d5ca28a2bcda52de31959 authored almost 4 years ago
Declare global codec-registers as static

fa9081c19405de8a56e364b0d4975f29f87c7df9 authored almost 4 years ago
Some refactoring

3bc8b20459ba53e4a835a600c0ddd89604eedb59 authored almost 4 years ago
Use the last two filter slots in frame header to serialize the udcompcode and compcode_meta

c088af70e8a910bd46d7cf39410ad301e55b86a9 authored almost 4 years ago
Add test for user-defined codec

db42ca62d10720d576f1821aad21fe5e6785c650 authored almost 4 years ago
Allow user-defined codecs

e44ac697fa67da83efa01f10e6d4f5b52363c6fe authored almost 4 years ago
Add meta as a parameter for user-defined codec functions

cdbfb411fbca39717db3812607bb4e36a91bff8b authored almost 4 years ago