alpha
Login
or
Join now
solune.tngl.sh
/
retlang
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Concept language with mix of assembly and C headers
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
retlang
/
benchmarks
/
at
gitbutler/workspace
2 folders
2 files
isofinly
feat(transpiler): Integrate bitflags for temporary variable management
11mo ago
ec4cd6d3
benches
feat: Add benchmarks for parser and transpiler performance - Introduced benchmark tests for the parser and transpiler in the `benchmarks` directory. - Added `Cargo.toml` and `Cargo.lock` for managing benchmark dependencies. - Updated `.gitignore` to exclude generated reports. - Made `transpiler` module public for accessibility in benchmarks.
1 year ago
src
feat: Add benchmarks for parser and transpiler performance - Introduced benchmark tests for the parser and transpiler in the `benchmarks` directory. - Added `Cargo.toml` and `Cargo.lock` for managing benchmark dependencies. - Updated `.gitignore` to exclude generated reports. - Made `transpiler` module public for accessibility in benchmarks.
1 year ago
Cargo.lock
feat(transpiler): Integrate bitflags for temporary variable management - Added `bitflags` dependency to manage temporary variables more efficiently in the transpiler. - Refactored `TempVar` enum to `TempVars` bitflags for improved memory usage and clarity. - Updated variable handling in `CodeBuilder` to utilize the new bitflags structure, enhancing performance and readability. - Adjusted related functions to accommodate the new temporary variable management approach.
11 months ago
Cargo.toml
perf(transpiler): Refactor string concatenation in transpiler The diff shows changes to improve string handling in a Rust transpiler, consolidating multiple push_str calls into single formatted strings where possible. The core logic remains unchanged while reducing redundant string operations.
11 months ago