Maxim Hutz mvhutz
  • https://maximhutz.com
  • Hey, it's me! This is my Gitea instance, where all my code lives. Check out what I've been doing!

  • Joined on 2024-08-13
mvhutz merged pull request mvhutz/lambda#12 2026-01-11 21:43:12 +00:00
feat: add file input flag
mvhutz created pull request mvhutz/lambda#12 2026-01-11 21:41:05 +00:00
feat: add file input flag
mvhutz pushed to feat/file-input-flag at mvhutz/lambda 2026-01-11 21:40:40 +00:00
9ab004bec4 refactor: use -f flag in Makefile targets.
mvhutz created branch feat/file-input-flag in mvhutz/lambda 2026-01-11 21:37:04 +00:00
mvhutz pushed to feat/file-input-flag at mvhutz/lambda 2026-01-11 21:37:04 +00:00
82e1570c2c feat: add file input flag to CLI.
mvhutz pushed to main at mvhutz/lambda 2026-01-11 21:13:43 +00:00
90c205db2e refactor: improve Makefile structure and usability (#11)
mvhutz deleted branch refactor/rename-it-to-build from mvhutz/lambda 2026-01-11 21:13:43 +00:00
mvhutz merged pull request mvhutz/lambda#11 2026-01-11 21:13:42 +00:00
refactor: improve Makefile structure and usability
mvhutz created pull request mvhutz/lambda#11 2026-01-11 21:11:45 +00:00
refactor: improve Makefile structure and usability
mvhutz created branch refactor/rename-it-to-build in mvhutz/lambda 2026-01-11 21:11:22 +00:00
mvhutz pushed to refactor/rename-it-to-build at mvhutz/lambda 2026-01-11 21:11:22 +00:00
2673092b32 refactor: make graph target cross-platform
a13c5602dc feat: add clean target to remove build artifacts
0fe4636c37 refactor: use .SILENT directive instead of @ prefixes
24a74e625d refactor: update binary name from lambda.exe to lambda
0260a065cb refactor: move TEST variable to top of Makefile
Compare 7 commits »
mvhutz pushed to main at mvhutz/practice 2026-01-11 20:42:44 +00:00
f3abe4ff5b feat: sunday
mvhutz pushed to main at mvhutz/lambda 2026-01-11 02:15:40 +00:00
72a0afbbc0 perf: implement structural sharing for expression trees (#10)
mvhutz deleted branch perf/structural-sharing from mvhutz/lambda 2026-01-11 02:15:40 +00:00
mvhutz merged pull request mvhutz/lambda#10 2026-01-11 02:15:39 +00:00
perf: implement structural sharing for expression trees
mvhutz pushed to perf/structural-sharing at mvhutz/lambda 2026-01-11 02:09:39 +00:00
fea749591c refactor: rename Application.function field to Application.abstraction
mvhutz pushed to perf/structural-sharing at mvhutz/lambda 2026-01-11 02:06:50 +00:00
ae2ce6fd2f style: removed unneeded comments
mvhutz pushed to perf/structural-sharing at mvhutz/lambda 2026-01-11 02:01:50 +00:00
a967410af7 refactor: convert Substitute and Rename to standalone functions
mvhutz pushed to perf/structural-sharing at mvhutz/lambda 2026-01-11 01:58:47 +00:00
17d71da025 refactor: remove unnecessary comments from structural sharing implementation
mvhutz created pull request mvhutz/lambda#10 2026-01-11 01:17:37 +00:00
perf: implement structural sharing for expression trees