<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/utils, branch threads</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=threads</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=threads'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2026-03-01T17:54:07Z</updated>
<entry>
<title>Enable arch on windows</title>
<updated>2026-03-01T17:54:07Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=af443edca17649a6f2e66707746f482caefe3d1a'/>
<id>urn:sha1:af443edca17649a6f2e66707746f482caefe3d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better ifdefs yet</title>
<updated>2026-03-01T17:29:29Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=57c35143cf256d6770687aa55af760bcbe40b883'/>
<id>urn:sha1:57c35143cf256d6770687aa55af760bcbe40b883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better macros</title>
<updated>2026-03-01T16:25:05Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T16:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=a676d598ff6286bdb64b2803dee515c1436aa3bb'/>
<id>urn:sha1:a676d598ff6286bdb64b2803dee515c1436aa3bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fix</title>
<updated>2026-03-01T16:01:30Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T16:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=3e169a5ec088630d3441c11fd81c5447b3e4e016'/>
<id>urn:sha1:3e169a5ec088630d3441c11fd81c5447b3e4e016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ifdefs</title>
<updated>2026-03-01T16:00:00Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T16:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=cc51acec96645b4c1887b16372761b5c379e421e'/>
<id>urn:sha1:cc51acec96645b4c1887b16372761b5c379e421e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C11 threads!</title>
<updated>2026-03-01T15:49:10Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T15:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=f683405c7e9e0d62a8ca90ba898af1c5e2786ebf'/>
<id>urn:sha1:f683405c7e9e0d62a8ca90ba898af1c5e2786ebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C11 threads?</title>
<updated>2026-03-01T16:26:58Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T16:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=e68606ff95db6e31585706278b034250555bbe14'/>
<id>urn:sha1:e68606ff95db6e31585706278b034250555bbe14</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>Correct OS detection for sleep function</title>
<updated>2025-08-13T08:24:14Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-13T08:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=58deba64173679253e72495451853a668baf2452'/>
<id>urn:sha1:58deba64173679253e72495451853a668baf2452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some generic fixes, mainly for building on Windows</title>
<updated>2025-08-12T12:54:23Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-12T12:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=a82527e00fd535d0740deb45e39d041863116404'/>
<id>urn:sha1:a82527e00fd535d0740deb45e39d041863116404</id>
<content type='text'>
</content>
</entry>
</feed>
