Skip to content

Update License and README for v8.0 Supernova#18

Draft
google-labs-jules[bot] wants to merge 10 commits intotachyon-7.5-beta-17327096492345204590from
licensing-branding-update-3974880859464695194
Draft

Update License and README for v8.0 Supernova#18
google-labs-jules[bot] wants to merge 10 commits intotachyon-7.5-beta-17327096492345204590from
licensing-branding-update-3974880859464695194

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

Updated the repository to use GNU GPL v3 license.
Updated README.md with:

  • "Supernova 8.0" branding.
  • Benchmark results for C++11 and C++17.
  • Commercial license and donation links.
  • Verification instructions.
  • Versioning policy (v8.x free, v9.0 paid).

PR created automatically by Jules for task 3974880859464695194 started by @wilkolbrzym-coder

@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

wilkolbrzym-coder and others added 9 commits January 15, 2026 20:45
- Added Arena Allocator for Zero-Malloc operations.
- Implemented AVX2 SIMD optimizations for whitespace and string scanning.
- Updated license to GNU GPL v3.
- Optimized README with new benchmark results (allocation count win).
- Added Nlohmann compatibility macros and aliases.
- Replaced malloc with linear Arena Allocator (Zero-Malloc).
- Implemented AVX2 optimizations for string scanning.
- Updated license to GNU GPL v3.
- Implemented Nlohmann compatibility macros.
- Added sorted vector lookup for large objects.
- Re-architected core to use Arena Allocator with raw pointers (Zero Malloc).
- Replaced std::vector/string with TachyonView views.
- Implemented Computed Goto (Jump Table) parser.
- Implemented AVX2 SIMD optimizations.
- Updated license to GNU GPL v3.
- Added Nlohmann compatibility macros (partial).
- Replaced core engine with Zero-Malloc Arena Allocator.
- Implemented TachyonView for string/array handling (no STL).
- Added Jump Table parser for rapid structural scanning.
- Implemented AVX2 SIMD for string scanning.
- Updated license to GNU GPL v3.
- Added Nlohmann compatibility macros.
- Updated benchmark and README.
- Re-architected core engine to use Arena Allocator (Zero-Malloc).
- Replaced STL containers with TachyonView (ptr/len) for zero-copy parsing.
- Implemented Stack Machine parser with AVX2 SIMD optimizations.
- Updated license to GNU GPL v3.
- Implemented Nlohmann compatibility layer.
- Updated README with benchmark results.
- Implemented `PagedArena` for zero-malloc node allocation.
- Implemented `PagedStack` to replace `std::vector` stacks (performance & safety).
- Implemented AVX2 SIMD scanner for whitespace and strings.
- Switched to `std::from_chars` for faster integer/float parsing.
- Added Nlohmann-compatible macros and type conversions.
- Updated `LICENSE` to GPLv3.
- Updated `README.md` with benchmarks and commercial info.
…k Alloc)

- Implemented Non-Recursive Iterative Parser to handle deep nesting.
- Implemented Shadow Stack (thread_local vectors) for 0-fragmentation accumulation.
- Implemented Bulk Allocation: Arrays and Objects are allocated in one contiguous block in PagedArena.
- Switched to Flat-Map Layout: `TachyonObjectEntry` stores `json` inline (by value).
- Implemented SWAR (64-bit) String Scanner.
- Utilized `std::from_chars` for number parsing (C++17).
- Fixed `PagedArena` corruption issues and added destructors for cleanup.
- Reduced allocations to ~3.5M (vs 8.7M Nlohmann) for 46MB dataset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant