<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">i've started doing small fixes to slime like this. what is the protocol to ask for commit rights? is it enough to promise that i'll not commit anything big without prior discussion and that i'll add proper ChangeLog entries as everyone else?
</blockquote><div><br>to shamelessly advertise myself, i've optimized the fuzzy completion by using vectors and now it's nearly twice as fast... :)<br><br></div></div>the patch is attached:<br><br>2006-10-20  Attila Lendvai  <
<a href="mailto:attila.lendvai@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">attila.lendvai@gmail.com</a>><br>    <br>    * slime.el (slime-fuzzy-completion-limit): New variable.<br>
    (slime-fuzzy-completion-time-limit-in-msec): New variable.<br>    (slime-fuzzy-next): Fix when at the end of the buffer.
<br><br>    * swank.lisp (prin1-to-string-for-emacs): Fix vector<br>    printing to use the elisp [] syntax.<br>    (fuzzy-completions and friends): Added :limit and<br>    :time-limit-in-msec keyword params. Used vectors instead of
<br>    lists to double its speed (at least on sbcl). Added some<br>    declare optimize and type annotations.<br><br>CL-USER> (time (progn<br>                 (swank:fuzzy-completions "" "SB-PCL")
<br>
                 (values)))<br><br>Evaluation took:<br>  1.398 seconds of real time<br>  1.308801 seconds of user run time<br>  0.006999 seconds of system run time<br>  0 calls to %EVAL<br>  0 page faults and<br>  3,192,528 bytes consed.
<br>; No value<br><br>after:<br><br>CL-USER> (time (progn<br>                 (swank:fuzzy-completions "" "SB-PCL")<br>                 (values)))<br><br>Evaluation took:<br>  0.782 seconds of real time
<br>  0.676897 seconds of user run time<br>  0.002 seconds of system run time<br>  0 calls to %EVAL<br>  0 page faults and<br>  3,203,648 bytes consed.<br>; No value<br><br>-- <br>- attila<br><br>"- The truth is that I've been too considerate, and so became unintentionally cruel...
<br> - I understand.<br> - No, you don't understand! We don't speak the same language!"
<br>(Ingmar Bergman - Smultronstället)