<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;" bidimailui-charset-is-forced="true"
    bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 15/02/15 10:49, Armin Rigo wrote:<br>
    </div>
    <blockquote
cite="mid:CAMSv6X1z2m-ik1YEpoMVeceUDWRJoKXrDKLfJyTdMWfL=EH9OA@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi Matti,

On 14 February 2015 at 17:44, Matti Picus <a class="moz-txt-link-rfc2396E" href="mailto:matti.picus@gmail.com"><matti.picus@gmail.com></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">That makes sense, thanks. I will see if I can easily reuse the c code as a
shared object rather than a module, and what effect that has on timing.
</pre>
      </blockquote>
      <pre wrap="">
Note that it's what ffi.verify() is for: you add any amount of custom
C code there.


Armin
</pre>
    </blockquote>
    Numpy has it's own build system, extending distutils in ways
    different from cffi. I'm not sure what is more work - merging a
    cffi.verify() shared object into the numpy build system or adding
    the ability to build shared objects to the build system.<br>
    Matti<br>
  </body>
</html>