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#32 2026-01-17 00:27:37 +00:00
refactor: move event system to reducer, remove engine package
mvhutz closed pull request mvhutz/lambda#27 2026-01-17 00:27:26 +00:00
feat: add De Bruijn index reduction engine
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-17 00:27:16 +00:00
8dc5d986fd feat: stuff
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-17 00:09:26 +00:00
d9639ecc2b style: moved isViable to reducer
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-17 00:03:17 +00:00
cb4f42c91d docs: add guidance for commenting on PR updates
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-17 00:02:30 +00:00
475d79c334 docs: replace tea pr edit with tea comment in CLAUDE.md
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-16 23:58:11 +00:00
b69898cf39 docs: add tea pr edit instructions to CLAUDE.md
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-16 23:56:05 +00:00
aeffe64804 fix: update main and tests for new Reducer API
mvhutz created pull request mvhutz/lambda#32 2026-01-16 23:51:05 +00:00
refactor: move event system to reducer, remove engine package
mvhutz pushed to refactor/move-events-to-reducer at mvhutz/lambda 2026-01-16 23:50:54 +00:00
bcc0331149 refactor: move event system to reducer, remove engine package
mvhutz created branch refactor/move-events-to-reducer in mvhutz/lambda 2026-01-16 23:50:54 +00:00
mvhutz deleted branch refactor/reducer-interface from mvhutz/lambda 2026-01-16 23:42:09 +00:00
mvhutz pushed to main at mvhutz/lambda 2026-01-16 23:42:09 +00:00
f8e1223463 refactor: extract Reducer interface and update engine to use abstractions (#31)
mvhutz merged pull request mvhutz/lambda#31 2026-01-16 23:42:08 +00:00
refactor: extract Reducer interface and update engine to use abstractions
mvhutz created pull request mvhutz/lambda#31 2026-01-16 23:40:31 +00:00
refactor: extract Reducer interface and update engine to use abstractions
mvhutz pushed to refactor/reducer-interface at mvhutz/lambda 2026-01-16 23:40:20 +00:00
a61809ad1d refactor: extract Reducer interface and update engine to use abstractions
mvhutz created branch refactor/reducer-interface in mvhutz/lambda 2026-01-16 23:40:20 +00:00
mvhutz deleted branch refactor/expression-interface from mvhutz/lambda 2026-01-16 23:37:32 +00:00
mvhutz pushed to main at mvhutz/lambda 2026-01-16 23:37:32 +00:00
e0114c736d refactor: extract abstract Expression interface (#30)
mvhutz merged pull request mvhutz/lambda#30 2026-01-16 23:37:32 +00:00
refactor: extract abstract Expression interface