<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blocksense/zkVMs-benchmarks/guests_macro/src/parse_fn.rs, branch evaluate_polynomial</title>
<subtitle>Setups and programs for zero-knowledge virtual machine benchmarking</subtitle>
<id>https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=evaluate_polynomial</id>
<link rel='self' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=evaluate_polynomial'/>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/'/>
<updated>2025-03-04T16:33:31Z</updated>
<entry>
<title>fix(guests_macro/parse_fn): Return unit ret type when main doesn't return anything</title>
<updated>2025-03-04T16:33:31Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-28T09:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=b70295c813e7d90aacf81363973195960b457b3d'/>
<id>urn:sha1:b70295c813e7d90aacf81363973195960b457b3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Rust fmt</title>
<updated>2025-02-27T13:08:11Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-27T09:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=5b82ac769339938570c0d1f7230afc53732993b4'/>
<id>urn:sha1:5b82ac769339938570c0d1f7230afc53732993b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(guests_macro): Add detailed documentation comments</title>
<updated>2025-02-10T11:23:04Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-10T11:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=b3cfd4b13c95a2beb6ee7a0aa6b0f72752b492aa'/>
<id>urn:sha1:b3cfd4b13c95a2beb6ee7a0aa6b0f72752b492aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(guests_macro/parse_fn): Fix args split with composite angled bracket types</title>
<updated>2025-02-05T10:33:32Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-05T10:33:32Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=ea504096df8e92eb224408b65ed0d7031fc3f402'/>
<id>urn:sha1:ea504096df8e92eb224408b65ed0d7031fc3f402</id>
<content type='text'>
Types like HashMap&lt;Key, Value&gt;, i.e. with commas inside the angled
brackets
</content>
</entry>
<entry>
<title>feat(guests_macro/parse_fn): Make _public functions also return private values</title>
<updated>2025-02-03T14:21:54Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-03T13:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=434248bf0ac990ac5cf8e4dfc6b923e6f1cf060c'/>
<id>urn:sha1:434248bf0ac990ac5cf8e4dfc6b923e6f1cf060c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zkvms_host_io): Add public_inputs and private_inputs attributes to RunWith</title>
<updated>2025-02-03T12:52:56Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-03T12:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=0e2db3d20ccae2090f4a01d172e451c596da0c30'/>
<id>urn:sha1:0e2db3d20ccae2090f4a01d172e451c596da0c30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Move some public input parsing logic to parse_fn</title>
<updated>2025-02-03T10:52:50Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-03T10:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=6155820b9436acaac824cb02015225ba5de26921'/>
<id>urn:sha1:6155820b9436acaac824cb02015225ba5de26921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(guests_macro): Do not skip joint characters which arent ':'</title>
<updated>2025-01-28T11:05:30Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-28T11:05:30Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=3058ab9d4fa5947cca0a2406ef7f016dd198de6a'/>
<id>urn:sha1:3058ab9d4fa5947cca0a2406ef7f016dd198de6a</id>
<content type='text'>
For example, in `Vec&lt;...&gt;`, `&lt;` is Joint and before it would get
skipped.
</content>
</entry>
<entry>
<title>feat(guests_macro): Implement args_divide_grouped</title>
<updated>2025-01-22T09:53:08Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-22T09:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=a82b39d1001fb6cb8d6e1cc824028aa08c7ed6de'/>
<id>urn:sha1:a82b39d1001fb6cb8d6e1cc824028aa08c7ed6de</id>
<content type='text'>
Use it in multiple zkVMs, simplifying codebase
</content>
</entry>
<entry>
<title>fix(guests_macro): Remove trailing comma from group_streams output</title>
<updated>2025-01-16T10:49:32Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-16T10:49:32Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=0e40af1505a284b1ea7fa2c7f6f8023f5667d086'/>
<id>urn:sha1:0e40af1505a284b1ea7fa2c7f6f8023f5667d086</id>
<content type='text'>
</content>
</entry>
</feed>
