Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ArcInstitute
/
binseq
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
110
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor/simplify
- #104
#104
Merged
noamteyssier
merged 25 commits into
dev-0.10.0
ArcInstitute/binseq:dev-0.10.0
from
refactor/simplify
ArcInstitute/binseq:refactor/simplify
Copy head branch name to clipboard
Aug 26, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Refactor/simplify
#104
noamteyssier
merged 25 commits into
dev-0.10.0
ArcInstitute/binseq:dev-0.10.0
from
refactor/simplify
ArcInstitute/binseq:refactor/simplify
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2026
fix(error): compile test module only under cfg(test), prune dead variants
Show description for c4ac5a5
noamteyssier
committed
c4ac5a5
View commit details
Copy full SHA for c4ac5a5
Browse repository at this point
refactor(bq)!: drop StreamWriter and the deprecated write_record family
Show description for 23fb13f
noamteyssier
committed
23fb13f
View commit details
Copy full SHA for 23fb13f
Browse repository at this point
refactor(fastx): drain only completed blocks per batch
Show description for c3eea07
noamteyssier
committed
c3eea07
View commit details
Copy full SHA for c3eea07
Browse repository at this point
refactor: delete dead code across bq, vbq, write, and record
Show description for 40a13b8
noamteyssier
committed
40a13b8
View commit details
Copy full SHA for 40a13b8
Browse repository at this point
refactor(cbq): delete dead code
Show description for 374d6e0
noamteyssier
committed
374d6e0
View commit details
Copy full SHA for 374d6e0
Browse repository at this point
dep: replace byteorder with std to_le_bytes / from_le_bytes
Show description for 75d88bb
noamteyssier
committed
75d88bb
View commit details
Copy full SHA for 75d88bb
Browse repository at this point
dep: use std available_parallelism instead of num_cpus
noamteyssier
committed
ad775a2
View commit details
Copy full SHA for ad775a2
Browse repository at this point
dep: drop auto_impl; move memchr to dev-dependencies
Show description for 5bcd1b8
noamteyssier
committed
5bcd1b8
View commit details
Copy full SHA for 5bcd1b8
Browse repository at this point
refactor!: share one nucleotide Encoder between bq and vbq writers
Show description for 8e4c8ef
noamteyssier
committed
8e4c8ef
View commit details
Copy full SHA for 8e4c8ef
Browse repository at this point
refactor: simplify internals across readers, writers, and indexes
Show description for 946ad1c
noamteyssier
committed
946ad1c
View commit details
Copy full SHA for 946ad1c
Browse repository at this point
test(policy): reduce the number of repeated tests and collapse into
Show description for 98e22b1
noamteyssier
committed
98e22b1
View commit details
Copy full SHA for 98e22b1
Browse repository at this point
chore: restrict internal reader items to pub(crate)
noamteyssier
committed
aa23e14
View commit details
Copy full SHA for aa23e14
Browse repository at this point
chore: remove cargo config from repo
noamteyssier
committed
ccae95e
View commit details
Copy full SHA for ccae95e
Browse repository at this point
chore: track lock
noamteyssier
committed
0432230
View commit details
Copy full SHA for 0432230
Browse repository at this point
docs: update changelog and bump version
noamteyssier
committed
0b7feec
View commit details
Copy full SHA for 0b7feec
Browse repository at this point
ci: fix ci to point to auto-write
noamteyssier
committed
a2d3157
View commit details
Copy full SHA for a2d3157
Browse repository at this point
fix(vbq): only flush a full block once the record will be written
Show description for 5e695d4
noamteyssier
committed
5e695d4
View commit details
Copy full SHA for 5e695d4
Browse repository at this point
style: formatting
noamteyssier
committed
75ddfae
View commit details
Copy full SHA for 75ddfae
Browse repository at this point
refactor: safe accessors for dbuf with slices
noamteyssier
committed
5936d2f
View commit details
Copy full SHA for 5936d2f
Browse repository at this point
feat!: make paraseq and anyhow opt-in
Show description for 1758693
noamteyssier
committed
1758693
View commit details
Copy full SHA for 1758693
Browse repository at this point
ci: don't need to run examples in release mode and fix args
noamteyssier
committed
b117a14
View commit details
Copy full SHA for b117a14
Browse repository at this point
refactor: add back in opt flag
noamteyssier
committed
9a5200d
View commit details
Copy full SHA for 9a5200d
Browse repository at this point
refactor: add back in all opt
noamteyssier
committed
bea1c4c
View commit details
Copy full SHA for bea1c4c
Browse repository at this point
refactor: add back in with_compression_level
noamteyssier
committed
20a68bd
View commit details
Copy full SHA for 20a68bd
Browse repository at this point
style: clippy fix
noamteyssier
committed
f91762a
View commit details
Copy full SHA for f91762a
Browse repository at this point
You can’t perform that action at this time.