[Chicago] Brad's Slides

Tj Sop tuss4dbfn at gmail.com
Fri Jun 13 23:56:14 CEST 2014


Thank you!


On Fri, Jun 13, 2014 at 3:00 PM, Brad Martsberger <bradley.marts at gmail.com>
wrote:

> Thanks, Brian.
>
> A couple of follow up things from the talk.
>
> 1. It was a lot of fun. If anybody is even remotely considering giving a
> presentation, go for it. I was clearly not the expert in the room on
> everything I talked about, so that's not a requirement.
>
> 2. I got a couple Cython tips at the end of the meeting, and on
> implementing them the Cython version runs ever so slightly faster than my
> custom C extension. So, if you know what you're doing with Cython, this
> seems like a very powerful tool. Unfortunately, in some cases you might
> have to put calls to malloc and free in your python code (for shame!).
>
> 3. Dynamically sized arrays are allowed in C99. Per the gcc docs
> "Variable-length automatic arrays are allowed in ISO C99, and as an
> extension GCC accepts them in C90 mode and in C++. These arrays are
> declared like any other automatic arrays, but with a length that is not a
> constant expression. The storage is allocated at the point of declaration
> and deallocated when the block scope containing the declaration exits. For
> example:"
>
>
> On Fri, Jun 13, 2014 at 2:06 PM, Brian Ray <brianhray at gmail.com> wrote:
>
>> From last night:
>>
>>
>> http://www.slideshare.net/martsberger/making-ofthelogisticmapbifurcationdiagram
>>
>>
>>
>>
>> --
>> Brian Ray
>> @brianray
>> (773) 669-7717
>>
>> _______________________________________________
>> Chicago mailing list
>> Chicago at python.org
>> https://mail.python.org/mailman/listinfo/chicago
>>
>>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
>


-- 
TJ Soptame
http: <http://tuss4dzigns.com>//tjsoptame.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20140613/1209961f/attachment.html>


More information about the Chicago mailing list