#
random-access
Here are 21 public repositories matching this topic...
Open
1
Random Access Tar Mount
fuse
compression
gzip
filesystem
zip
extract
tar
rar
bzip2
tar-archive
zstd
mounting
random-access
xz
gz
bz2
zstandard
unionfs
overlayfs
mergefs
-
Updated
Aug 5, 2022 - Python
1D/2D indexing and querying on bgzipped text file with a pair of genomic coordinates
-
Updated
Nov 20, 2021 - C
Continuous reading from a http(s) url using random offsets and lengths for peers in a distributed system
-
Updated
Dec 18, 2019 - JavaScript
Fast random access to bzip2 and gzip files in Python
-
Updated
Aug 7, 2022 - C++
ZStandard Random Access (ZRA) allows random access inside an archive compressed using ZStandard
-
Updated
Jan 27, 2021 - C++
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.
-
Updated
May 12, 2021 - C#
Parallel Random Access Gzip Decoder and Library
cli
library
gzip
cpp
python-library
thread
parallel
decompression
python3
cpp17
random-access
gzip-decompression
cpp17-library
-
Updated
Aug 6, 2022 - C++
Low memory usage random access reader for csv and general files
-
Updated
Jun 16, 2022 - Python
R binder for pairix - 2D/1D genomic indexing and querying on bgzipped text file
-
Updated
Apr 12, 2019 - C
random-access-storage compliant null writer like a write to /dev/null
-
Updated
Mar 13, 2018 - JavaScript
Can Dumb Beat Smart? Can the best and smartest multiuser channel access and Collision-avoidance algorithms beat the dumbest multiuser channel access scheme?
iot
collision
collision-detection
internet-of-things
access-control
random-access
collision-avoidance-algorithm
aloha
-
Updated
Aug 19, 2019
-
Updated
Feb 18, 2022 - MATLAB
LZ4 encryptor/decryptor with checkpoint support for a random access. Can resume decompress operation of TB-large files after a crash.
-
Updated
Jan 13, 2018 - Python
dankwart-de
commented
Sep 19, 2019
Why? Because in the current implementation, the methods like readChar, read or write are very C/C++'ish and return e.g. -1, if "bad things happen". With the Return type, we can have a modern approach which
a) returns success or not
b) returns a result, if successful
c) can hold a message, describing the nature of the error.
A BinaryTree or binary search tree conforming to the AVL (G.M. Adel’son-Vel’skii and E.M. Landis) requirement of self-balancing
-
Updated
Jun 12, 2018 - Swift
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.
-
Updated
Jan 5, 2022 - Python
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.
-
Updated
Dec 10, 2019 - Java
Logger and extractor of time-series data.
python
linux
fast
raspberry-pi
serialization
compression
object
serializer
logbook
epics
extraction
messagepack
plotting
archiver
control-systems
self-descriptive
compact
random-access
pv
pyqtgraph
-
Updated
Aug 26, 2021 - Python
Improve this page
Add a description, image, and links to the random-access topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the random-access topic, visit your repo's landing page and select "manage topics."
Used heavily in my flat buffer code for event type switching but appears to be missing here.