<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core, branch v0.3</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=v0.3</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=v0.3'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2026-03-01T17:32:49Z</updated>
<entry>
<title>Shell improvements</title>
<updated>2026-03-01T17:32:49Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=2ac46cb4d4133e5d5de90bacfc9b6e979d1d6046'/>
<id>urn:sha1:2ac46cb4d4133e5d5de90bacfc9b6e979d1d6046</id>
<content type='text'>
Ask before overwriting a table file.
</content>
</entry>
<entry>
<title>Improve solver name check</title>
<updated>2026-03-01T17:19:04Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:19:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=895a8ec484ead49ab243772895b24b787e94ef0e'/>
<id>urn:sha1:895a8ec484ead49ab243772895b24b787e94ef0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve Windows build support.</title>
<updated>2026-03-01T17:09:44Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=2c291aed4bb80f07e8557284d3399cf1e2a4ccb9'/>
<id>urn:sha1:2c291aed4bb80f07e8557284d3399cf1e2a4ccb9</id>
<content type='text'>
- Use multithreading (works with a sufficiently recent version of
  the Microsoft developer tools / C SDK).
- Detect CPU architecture and use AVX2 or NEON when appropriate.
- Automatically detect python installation path.
</content>
</entry>
<entry>
<title>Merge branch 'master' of tronto.net:nissy-core</title>
<updated>2026-01-26T21:56:24Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-01-26T21:52:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=dff3a040637f2985b5b5e369148a993183964096'/>
<id>urn:sha1:dff3a040637f2985b5b5e369148a993183964096</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve multithreading benchmarks (compare speedup factor, not with vcube)</title>
<updated>2026-01-26T21:52:15Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-01-26T21:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=233169d9ab5fb8a796d91a3694f8a522fa54d194'/>
<id>urn:sha1:233169d9ab5fb8a796d91a3694f8a522fa54d194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>miniscule, minor corrections :) (#5)</title>
<updated>2026-01-23T17:41:16Z</updated>
<author>
<name>aashvik</name>
<email>its.aashvik.tyagi@gmail.com</email>
</author>
<published>2026-01-23T17:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=f6108ba0fe3b3fd32288a50a0fde86745c6d671e'/>
<id>urn:sha1:f6108ba0fe3b3fd32288a50a0fde86745c6d671e</id>
<content type='text'>
Fix various typos in README.md (thanks to aashvikt).</content>
</entry>
<entry>
<title>Automatically detect number of threads for unix systems</title>
<updated>2026-01-12T20:29:39Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-01-12T20:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=74299c8919cb2e2f6e1678817529e3a730cf6b81'/>
<id>urn:sha1:74299c8919cb2e2f6e1678817529e3a730cf6b81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve performance of H48 solver with prefetching</title>
<updated>2026-01-12T17:09:43Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-01-12T17:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=9a013b7c68f94e6be0fe8748c9012a441fe0273f'/>
<id>urn:sha1:9a013b7c68f94e6be0fe8748c9012a441fe0273f</id>
<content type='text'>
With this commit we re-structure how the node expansion in the
H48 solution search works to allow prefetching of pruning values,
showing performance improvements in the range of 30-45% on x86,
depending on table size and solution length.

A small bug fix related to appending solutions is included in this commit.
</content>
</entry>
<entry>
<title>Added cornersx solver</title>
<updated>2025-12-23T10:53:57Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-23T10:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=83f6533c384a617181e818d1941b08e40aa40b7d'/>
<id>urn:sha1:83f6533c384a617181e818d1941b08e40aa40b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove file checked in by accident</title>
<updated>2025-12-23T07:46:44Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-23T07:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=3aba28a34f5fb94e2aff9c437d6b164e3dcc790e'/>
<id>urn:sha1:3aba28a34f5fb94e2aff9c437d6b164e3dcc790e</id>
<content type='text'>
</content>
</entry>
</feed>
