<feed xmlns='http://www.w3.org/2005/Atom'>
<title>algos-ld1/src, branch algos-ld1-1.0</title>
<subtitle>Algoritmų Sudarymas ir Analyzė – Pirmas Laboratorinis Darbas</subtitle>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/'/>
<entry>
<title>cleanup and optimizations.</title>
<updated>2021-03-15T00:39:41+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-15T00:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=a84c0f57b5efde85c195cbc706715bf4a4116018'/>
<id>a84c0f57b5efde85c195cbc706715bf4a4116018</id>
<content type='text'>
· No longer rewinding a stream being split, just to skip half through it
again, which was not only stupid, but inneficient.
· No longer using "index" anywhere when working with lists, lest we get
accused of not actually doing lists.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
· No longer rewinding a stream being split, just to skip half through it
again, which was not only stupid, but inneficient.
· No longer using "index" anywhere when working with lists, lest we get
accused of not actually doing lists.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>we can now print out stuff... things.</title>
<updated>2021-03-14T17:49:07+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-14T17:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=111d08d814720966d12fd57b58331c149df7e6cf'/>
<id>111d08d814720966d12fd57b58331c149df7e6cf</id>
<content type='text'>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>revert higher-than-64-bits support.</title>
<updated>2021-03-14T01:50:37+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-14T01:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=56f20e30636c16fd14205ba7c29cf8089caa1260'/>
<id>56f20e30636c16fd14205ba7c29cf8089caa1260</id>
<content type='text'>
Too much hassle to actually pretty-print that crap out.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Too much hassle to actually pretty-print that crap out.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>complete core featureset with linked list files.</title>
<updated>2021-03-13T19:26:49+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-13T19:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=c68444ff76eff88fbfa63a3ddbd6b9ce72337159'/>
<id>c68444ff76eff88fbfa63a3ddbd6b9ce72337159</id>
<content type='text'>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>now with uncached arrays!</title>
<updated>2021-03-10T13:40:52+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-10T13:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=4dcfe9c0a8b03915d93420d523d6bdc1884bd137'/>
<id>4dcfe9c0a8b03915d93420d523d6bdc1884bd137</id>
<content type='text'>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move benching to its own function.</title>
<updated>2021-03-10T13:34:55+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-10T13:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=b36a641c699dcd21e82aaa73971f9744dac61aa1'/>
<id>b36a641c699dcd21e82aaa73971f9744dac61aa1</id>
<content type='text'>
This allows us to cleanly reuse the code for uncached runs.
Also refactor for readability and such.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to cleanly reuse the code for uncached runs.
Also refactor for readability and such.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor &amp;&amp; improve.</title>
<updated>2021-03-10T13:33:58+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-10T13:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=8788b9b33ec46e3f96170fb35a70a03addbf9671'/>
<id>8788b9b33ec46e3f96170fb35a70a03addbf9671</id>
<content type='text'>
Make code more reusable and generic while preparing to add uncached ops.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make code more reusable and generic while preparing to add uncached ops.

Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bit of comments.</title>
<updated>2021-03-03T17:58:57+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-03T17:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=d7e2af2582660e3ed4ce824c33a21ffbf9ed4c6f'/>
<id>d7e2af2582660e3ed4ce824c33a21ffbf9ed4c6f</id>
<content type='text'>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>now up to 256 bit!</title>
<updated>2021-03-03T14:04:14+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-03T14:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=56473644aa260aad93f21050a2064854a3448c13'/>
<id>56473644aa260aad93f21050a2064854a3448c13</id>
<content type='text'>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>straight up code refactor.</title>
<updated>2021-03-03T12:57:28+00:00</updated>
<author>
<name>Gediminas Jakutis</name>
<email>gediminas@varciai.lt</email>
</author>
<published>2021-03-03T12:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.seriouss.am/algos-ld1/commit/?id=068e3e6c5a74702c3e7db0e37b243f522c433a7f'/>
<id>068e3e6c5a74702c3e7db0e37b243f522c433a7f</id>
<content type='text'>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gediminas Jakutis &lt;gediminas@varciai.lt&gt;
</pre>
</div>
</content>
</entry>
</feed>
