<div dir="ltr">G'day Chaitanya,<br><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 28, 2017 at 12:19 AM, Chaitanya Gupta <span dir="ltr"><<a href="mailto:mail@chaitanyagupta.com" target="_blank">mail@chaitanyagupta.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">While I was working on qbase64[1], I stumbled over a peculiar problem:<br>
I wanted it to work as fast as possible when optimized array types<br>
(SIMPLE-ARRAY, SIMLPE-BASE-STRING, etc.) were passed to the<br>
encoding/decoding routines, but I also wanted to support the more<br>
general types.<br> <br></blockquote><div><br></div><div>I have written two libraries to try and deal with this problem:</div><div><br></div><div>[1] <a href="https://github.com/markcox80/template-function">https://github.com/markcox80/template-function</a><br></div><div>[2] <a href="https://github.com/markcox80/specialization-store">https://github.com/markcox80/specialization-store</a></div><div><br></div><div>There are other related projects as well:<br></div><div><br></div><div>[3] <a href="https://github.com/guicho271828/inlined-generic-function">https://github.com/guicho271828/inlined-generic-function</a></div><div>[4] <a href="https://github.com/cosmos72/cl-parametric-types">https://github.com/cosmos72/cl-parametric-types</a><br></div><div><br></div><div>Thanks</div><div>Mark<br></div></div></div></div>