random-access
There are 34 repositories under random-access topic.
mxmlnkn/ratarmount
Access large archives as a filesystem efficiently, e.g., TAR, RAR, ZIP, GZ, BZ2, XZ, ZSTD archives
inkeliz/karmem
Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo and WASM.
mxmlnkn/rapidgzip
Gzip Decompression and Random Access for Modern Multi-Core Machines
4dn-dcic/pairix
1D/2D indexing and querying on bgzipped text file with a pair of genomic coordinates
mxmlnkn/indexed_bzip2
Fast parallel random access to bzip2 and gzip files in Python
coryleach/UnityProcgen
Library of procedural generation code for use in Unity
random-access-storage/random-access-http
Continuous reading from a http(s) url using random offsets and lengths for peers in a distributed system
zraorg/ZRA
ZStandard Random Access (ZRA) allows random access inside an archive compressed using ZStandard
mlhpdx/seekable-s3-stream
Code library that uses S3's API to provide an efficient random-access (seekable) Stream implementation for use in code where efficient network I/O is paramount.
jegesh/python-random-access-file-reader
Low memory usage random access reader for csv and general files
4dn-dcic/Rpairix
R binder for pairix - 2D/1D genomic indexing and querying on bgzipped text file
victorcroisfelt/ris-random-access-channel-oracle
Codes for reproducing the numerical results reported in: "Random Access Protocol with Channel Oracle Enabled by a Reconfigurable Intelligent Surface" by V. Croisfelt, F. Saggese, I. Leyva-Mayorga, R. Kotaba, G. Gradoni and P. Popovski.
vivimice/bgzf-randreader
A BGZF random access reader library
Heng-Bian/archive-proxy
archive-proxy offers an random acccess to a large archive file on the network eg. zip, tar, 7z and rar.
victorcroisfelt/a-random-access-protocol-ris-assisted
Codes for reproducing the numerical results reported in: "A Random Access Protocol for RIS-Aided Wireless Communications" by V. Croisfelt, F. Saggese, I. Leyva-Mayorga, R. Kotaba, G. Gradoni and P. Popovski.
victorcroisfelt/cf-ra-spatial-separability
Codes for reproducing the numerical results reported in: "User-Centric Perspective in Random Access Cell-Free Aided by Spatial Separability" by Victor Croisfelt, Taufik Abrão, and José Carlos Marinello.
eliasbenb/RARAR.py
Random Access RAR: parse and extract RAR archives efficiently without complete access to the file
aygong/udt-random-access
Code for the paper "Achieving Maximum Urgency-Dependent Throughput in Random Access"
coplt/Coplt.Mar
Simple uncompressed random access archive format
DKFZ-ODCF/FastqIndEx
A tool to index and extract data from gzipped FASTQ files
erlang-network/dumb_v_smart
Can Dumb Beat Smart? Can the best and smartest multiuser channel access and Collision-avoidance algorithms beat the dumbest multiuser channel access scheme?
aygong/deadline-constrained-broadcasting
Code for the paper "Dynamic Optimization of Random Access in Deadline-Constrained Broadcasting"
Chemical118/QICFasta
Quick Indexing Compresssed FASTA tool
jisungbin/fast-collections
Applies random access to the Collection operator.
jwerle/random-access-null
random-access-storage compliant null writer like a write to /dev/null
tunnels4u/java_queues
This is a free to reuse - Random Access Queue with constant time (O(1)) addition, removal and random access.
vmunoz82/shuffle
Stateless, parallelizable, keyed, random accesible, reversible shuffle module.
AllanEvans/BinaryTree-Swift
A BinaryTree or binary search tree conforming to the AVL (G.M. Adel’son-Vel’skii and E.M. Landis) requirement of self-balancing
ASukhanov/apstrim
Logger and extractor of time-series data.
christophgil/ZIPsFS
Accessing the content of ZIP files. This FUSE filesystem texpands ZIP files like folders
qyouti/compositefile
Java library, built on Apache Commons Compress, that provides a kind of tar archive which is partially random access and supports encryption for team access.
ph4r05/lz4-checkpoints
LZ4 encryptor/decryptor with checkpoint support for a random access. Can resume decompress operation of TB-large files after a crash.
RevEngine3r/http-range-reader
Stream big files over HTTP like they’re local.