Ecosyste.ms: OpenCollective

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

github.com/BioJulia/WAHVectors.jl

Compress bit vectors using the Word Aligned Hybrid method.
https://github.com/BioJulia/WAHVectors.jl

Fix docs

847e5bf67830ebb65378944affae226b052d6adf authored almost 6 years ago
Fix docs make script

4c9108ff99291df8794db05dc9e6a78c571013f0 authored almost 6 years ago
Fix docs make script

67296af6ea94f3b5029a595258b234dc37761fb0 authored almost 6 years ago
Add UInt32 constructor

24db68ac7f09f0f7fb69d4f6586ebe7d733c7191 authored almost 6 years ago
Fix WAHElements constructor

3bbe0a400a841397bb895fee99058dd9817c5686 authored almost 6 years ago
Fix elements constructor

1fd4dc17df86fbe2e9dbb58a705bc8a3148769a1 authored almost 6 years ago
Correct tests

b25d86b8d69ad45d913eb55860fe6f39da03c054 authored almost 6 years ago
Update printing of elements

da0f5ec9bb05ec6d57edff459da383c7628d9669 authored almost 6 years ago
Add WAHElement constructor

dee9d45ffe131c7da8718ff41ecaafa230a4df45 authored almost 6 years ago
Comment out untested

89d86b97485ed5e9c6cf16b06d8f7b573b0aa107 authored almost 6 years ago
Update syntax

10f73c8d30215dc67d879dfba2f7361276db3b6d authored almost 6 years ago
Add tests to project

a4d502ec3ae682891b391357e94890eb1bef849a authored almost 6 years ago
Edit tests

3f44f202e008cfb802720c923a935531993f7939 authored almost 6 years ago
Update documentation generation

caeaca3271b41d862955a6e131f34c1f3afc64f1 authored almost 6 years ago
Contributing files rollout (#2)

* Rollout file CONTRIBUTING.md

* Rollout file CODE_OF_CONDUCT.md

* Rollout file .github/PU...

ebfeb848d2b23a3ae754caa242c24091acc711e4 authored over 6 years ago
Added methods for bitcursor

871b078c5d5101ea31d98e6ee1e518f8f0eb25fd authored about 8 years ago
Added bitcursor.jl

de82b6586102a865d2965177b2ed39e6061f0a9d authored about 8 years ago
Added source file bitcursor.jl

03f2f203b7b3375194c200d65b279714fe38ac55 authored about 8 years ago
Edited manpages

c4c6d62168b846609ebc62ec6101765b07643bbd authored about 8 years ago
Fixed an error

fe9e5ffcad14d53624e855348f8442795b78c605 authored about 8 years ago
Added 31 bit iteration and conversion from BitVectors

4be1015ccc3dbe75cde67780f8094392dfac7326 authored about 8 years ago
Added first draft of map_32bits_to_31bits

b7e3984a9683c52177c3ad2d632ab1ee9d553d5c authored about 8 years ago
Corrected show method for WAHVectors

7ee23d021f1b3460f45f27e07c76d7fd31d5556b authored about 8 years ago
Added show method for WAHVector

efe0e115b4accbc18789c9e0b91799696ad9ab97 authored about 8 years ago
Edited show method for WAHElements

036e1d870ab497e9dece4ee25c00e5017a3a5723 authored about 8 years ago
Edited show method for WAHElements

e4eba34eaf52583ac037da264f18e24386150c88 authored about 8 years ago
Added show method for wah elements

f84e4468f5a715143974c2adfa13a12a2b81254b authored about 8 years ago
Changed typo in a Base.convert method

f727cad125bd57c146b5ba31f054fc9cf6d4db3e authored about 8 years ago
Changed errors in a Base.convert method

40a36044ca3074d45fe505a5fc5e24b07205c2b6 authored about 8 years ago
Corrected error in round trip test line

ee2827dc55ddb893f9c8fe9e58f72e7bd46b1691 authored about 8 years ago
Added round-trip conversion test

dc02784058ff4213fbdc9ecf8c8a81fb952c49fe authored about 8 years ago
Added function to make random bitvectors

c9cde2616ec407f4cec2ad10421797038e08f312 authored about 8 years ago
Corrected an error in runfill tests

1877b31541b35a3c7531a0dd55b295326b45944c authored about 8 years ago
Finished second draft of conversion from WAHVectors to Vector{UInt32}

074a1e4ee69ad94e4508be89fda4d119de075210 authored about 8 years ago
Redesign of append_literal! for decompression

8cb0870cffe7968d0e78f4dc3d29752c8198e07b authored about 8 years ago
Cleaning up and correcting append_literal

752cc39eef138d655f6da6b8636986e7464bc16b authored about 8 years ago
Draft of refactored decompression

2cf80618c659d415c373b06f8e892b94cc3dccbb authored about 8 years ago
Added more work to the decompression method.

4f279445b57b63d50a1db3a252a21a1c11fe74cd authored about 8 years ago
Setup automated documentation site building.

418498dbdbe778c1bdc4a6a12ec316a4b1410a3e authored about 8 years ago
Added first draft of decompression method

4767108dba124ccc3583677e500f6ec294817622 authored about 8 years ago
Added increment_nruns_unsafe tests

60edb6e6ae145de119b7b377cab9fefd83773c2f authored about 8 years ago
Piloting removing Base operators as they are not really needed.

a2b6436fc3ccfe723d45156612a6d1a60bc93b9d authored about 8 years ago
Piloting removing Base operators as they are not really needed.

c43e1917618833a3ff9c931ba04db81d610651fb authored about 8 years ago
Fixed issue in matchingfills

34484df0fe2665676c92f90f488f5103525957cd authored about 8 years ago
Removed exports of internal stuff like WAHElements

53472d600d3cf56935e8ff6c2b7f1bb7b7d971d0 authored about 8 years ago
Removed a subtraction method that was not needed

dadd14dc68319bd067316562eac7d1badecffa1b authored about 8 years ago
Minor changes and additions to test suite

05bf7e617e7d94c372ff5202d70f036e9603fb3d authored about 8 years ago
Added tests for hasroom and fillandmatch

7e629efc400dd1a70ce93fb46ab528fb607b59c0 authored about 8 years ago
Implemented AND operation for WAHVectors

c5e787bfac13afd7272bf0ed757d4d7ba0924362 authored about 8 years ago
Added documentation files

f9d8e07fe1a70bd806991ea48aff76345124e080 authored about 8 years ago
First implementation of compression algorithm.

bea513eaafb447eb03c5b3425183ac761e3c3b8e authored about 8 years ago
Initial commit

8cca9c843a385b0472fd9d19b20f299e505b3ebd authored over 8 years ago