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
Accelerator
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
Type
/
to 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 }}
flxzt
/
rnote
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
479
Star
11.5k
Code
Issues
408
Pull requests
36
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: new higher-performance rnote file format
- #1578
#1578
Open
anesthetice
wants to merge 29 commits into
flxzt:main
flxzt/rnote:main
from
anesthetice:re-file
anesthetice/rnote:re-file
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
feat: new higher-performance rnote file format
#1578
anesthetice
wants to merge 29 commits into
flxzt:main
flxzt/rnote:main
from
anesthetice:re-file
anesthetice/rnote:re-file
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2025
what is an atomic commit?, working file format prototype, reimplementation, lots left to do
anesthetice
committed
d6857f1
View commit details
Copy full SHA for d6857f1
Browse repository at this point
Commits on Nov 6, 2025
much better core implementation
anesthetice
committed
5b1ce60
View commit details
Copy full SHA for 5b1ce60
Browse repository at this point
Commits on Nov 7, 2025
atomic file saving (ported with a couple of fixes/changes from previous PR)
anesthetice
committed
7f4b861
View commit details
Copy full SHA for 7f4b861
Browse repository at this point
separated file_version and rnote_version, restructuring, changed magic number
anesthetice
committed
a719c62
View commit details
Copy full SHA for a719c62
Browse repository at this point
Commits on Nov 9, 2025
simple wrapper implementation, updated meson.build, better comments
anesthetice
committed
479183a
View commit details
Copy full SHA for 479183a
Browse repository at this point
use zstd::bulk instead of zstd::stream
anesthetice
committed
43b889c
View commit details
Copy full SHA for 43b889c
Browse repository at this point
Commits on Nov 10, 2025
simplification, scrapping user-defined compression levels, defaulting to zstd(9)
anesthetice
committed
acc62dd
View commit details
Copy full SHA for acc62dd
Browse repository at this point
rnote_cli set_compression, removed compression_lock
anesthetice
committed
d7650e5
View commit details
Copy full SHA for d7650e5
Browse repository at this point
Commits on Nov 11, 2025
TEMPORARY, hijacked rnote-cli for benchmarks
anesthetice
committed
1cb1f2d
View commit details
Copy full SHA for 1cb1f2d
Browse repository at this point
Commits on Nov 15, 2025
new implementation (yet again), much faster, still have to properly implement cli and legacy loading, as well as clean things up
anesthetice
committed
ad9304a
View commit details
Copy full SHA for ad9304a
Browse repository at this point
Commits on Nov 16, 2025
rnote-cli set_compression 'fix' and other minor changes
anesthetice
committed
748f168
View commit details
Copy full SHA for 748f168
Browse repository at this point
Commits on Nov 17, 2025
proper loading of legacy files
anesthetice
committed
43b5002
View commit details
Copy full SHA for 43b5002
Browse repository at this point
better organization, better upgrade path (versionned wrapper)
anesthetice
committed
1a9fe45
View commit details
Copy full SHA for 1a9fe45
Browse repository at this point
added more documentation, formatting, tried improving clarity as a whole (not finished though)
anesthetice
committed
da66166
View commit details
Copy full SHA for da66166
Browse repository at this point
Commits on Nov 18, 2025
fixed meson.build issue, removed benchmarking code from rnote-cli, minor changes to `set_compression`, added documentation for v1
anesthetice
committed
1b63add
View commit details
Copy full SHA for 1b63add
Browse repository at this point
Commits on Nov 19, 2025
removed temporary deps for rnote-cli, slight doc tweaks, minor improvements to save (less unwraps)
anesthetice
committed
3ddde33
View commit details
Copy full SHA for 3ddde33
Browse repository at this point
tracing debug tweak
anesthetice
committed
a448d3a
View commit details
Copy full SHA for a448d3a
Browse repository at this point
Commits on Nov 23, 2025
(hopefully) better documentation, rough capacity approximation for local buffers
anesthetice
committed
afd5ca9
View commit details
Copy full SHA for afd5ca9
Browse repository at this point
Commits on Jan 3, 2026
more documentation, slotmap capacity extra breathing room to avoid immediate re-allocation
anesthetice
committed
4845a13
View commit details
Copy full SHA for 4845a13
Browse repository at this point
docs for bytes_to_compat, attempt to fix minor merge conflict
anesthetice
committed
a636630
View commit details
Copy full SHA for a636630
Browse repository at this point
Merge branch 'main' into re-file
anesthetice
authored
ace4cc4
View commit details
Copy full SHA for ace4cc4
Browse repository at this point
damn you github, fixed Cargo.lock
anesthetice
committed
9b360d8
View commit details
Copy full SHA for 9b360d8
Browse repository at this point
Commits on Feb 24, 2026
replaced instances of `HopSlotMap` with `SlotMap` to match with merged PR #1669
anesthetice
committed
1ffb7bb
View commit details
Copy full SHA for 1ffb7bb
Browse repository at this point
Merge branch 'main' into re-file
anesthetice
authored
67b4309
View commit details
Copy full SHA for 67b4309
Browse repository at this point
formatting issue
anesthetice
committed
fd26a15
View commit details
Copy full SHA for fd26a15
Browse repository at this point
Commits on Mar 1, 2026
removed atomic fs related code, as functionality was moved (+updated) to a new branch
anesthetice
committed
e4281e4
View commit details
Copy full SHA for e4281e4
Browse repository at this point
Commits on Mar 26, 2026
merged main
anesthetice
committed
c02bff6
View commit details
Copy full SHA for c02bff6
Browse repository at this point
updated set_compression cli command, minor documentation changes
anesthetice
committed
013817c
View commit details
Copy full SHA for 013817c
Browse repository at this point
Commits on May 6, 2026
Merge branch 'main' into re-file
anesthetice
committed
1396c9d
View commit details
Copy full SHA for 1396c9d
Browse repository at this point
You can’t perform that action at this time.