talks.bib

@misc{cppcon2018b,
  author = {Serge Guelton},
  title = {C++ in Elvenland},
  note = {CppCon},
  year = 2018,
  month = sep,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/cppcon2018/elvenland/elf/index.html}}
}
@misc{cppcon2018a,
  author = {Serge Guelton},
  title = {Frozen data structures in C++14},
  note = {CppCon},
  year = 2018,
  month = sep,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/cppcon2018/frozen/frozen/index.html}}
}
@misc{fosdem2017,
  author = {Serge Guelton},
  title = {Surviving in an Open Source Niche: the Pythran case},
  note = {FOSDEM},
  year = 2018,
  month = feb,
  howpublished = {\url{https://fosdem.org/2018/schedule/event/pythran/}}
}
@misc{llvmdevelopermeeting2017,
  author = {Serge Guelton and Pierrick Brunet and Adrien Guinet and Martinez, Juan Manuel},
  title = {Challenges when building an LLVM bitcode Obfuscator},
  note = {LLVM Developer Meeting},
  year = 2017,
  month = oct,
  howpublished = {\url{https://llvm.org/devmtg/2017-10/#talk19}}
}
@misc{pyconfr2017,
  author = {Serge Guelton},
  title = {L'interpreteur Python, quel sale type},
  note = {PyConFR},
  year = 2017,
  month = sept,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/PyConFR2017.pdf}}
}
@misc{pyconfr2016,
  author = {Serge Guelton},
  title = {Gast ! Daou Naer},
  note = {PyConFR},
  year = 2016,
  month = oct,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/pyconfr-2016.html}}
}
@misc{cppcon2016,
  author = {Serge Guelton},
  title = {C++ Costless Abstractions: the compiler view},
  note = {CppCon},
  year = 2016,
  month = sep,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/costless-abstraction-cxxcon-2016.html}}
}
@misc{compas2016,
  author = {Serge Guelton},
  title = {Pythran Tutorial},
  note = {Compas},
  year = 2016,
  month = jul,
  howpublished = {\url{http://serge-sans-paille.github.io/pythran-stories/pythran-tutorial.html}}
}
@misc{rmllsec2016,
  author = {Serge Guelton},
  title = {Binmap: scanning file systems with Binmap},
  note = {RMLL Security track},
  year = 2016,
  month = jul,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/binmap-rmll-2016/build/slides/talk.html}}
}
@misc{pythonperformance2016,
  author = {Serge Guelton and Pierrick Brunet},
  title = {Python: When Performance Matters},
  note = {Lyon Calcul : Journée Julia/Pythran},
  year = 2016,
  month = jun,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/python-perf-2016-06-27.html}}
}
@misc{eurollvm2016,
  author = {Serge Guelton and Adrien Guinet},
  title = {Building, Testing and Debugging a Simple out-of-tree {LLVM} Pass},
  note = {EuroLLVM},
  year = 2016,
  month = mar,
  howpublished = {\url{http://llvm.org/devmtg/2016-03/Tutorials/Tutorial.pdf}}
}
@misc{llvmdevelopermeeting2015,
  author = {Serge Guelton and Adrien Guinet},
  title = {Building, Testing and Debugging a Simple out-of-tree {LLVM} Pass},
  note = {LLVM Developer Meeting},
  year = 2015,
  month = oct,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/llvm-developer-meeting-2015/tutorial.pdf}}
}
@misc{pyconfr2015a,
  author = {Serge Guelton and Pierrick Brunet},
  title = {We don't need your loops},
  note = {PyConFR},
  year = 2015,
  month = oct,
  howpublished = {\url{http://video-pyconfr2015.paulla.asso.fr/022_-_serge_sans_paille,_pierrick_brunet_-_We_dont_need_your_loops.html}}
}
@misc{pyconfr2015b,
  author = {Serge Guelton},
  title = {Plus loin que la mémoisation : la tabulation},
  note = {PyConFR},
  year = 2015,
  month = oct,
  howpublished = {\url{http://video-pyconfr2015.paulla.asso.fr/008_-_serge_sans_paille_-_Plus_loin_que_la_memoization_:_la_tabulation.html}}
}
@misc{maisonsimulation2015,
  author = {Serge Guelton},
  title = {Turning Python numerical kernels into parallel, vectorized native modules with Pythran},
  note = {S{\'e}minaires de la Mod{\'e}lisation},
  year = 2015,
  month = may,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/simulation-2015-05-12.html}}
}
@misc{cppfrug2015,
  author = {Serge Guelton},
  title = {Cinquantes nuances de C++},
  note = {Cpp FRUG},
  year = 2015,
  month = apr,
  howpublished = {\url{https://github.com/serge-sans-paille/talks/tree/cxx-idioms/cxx-idioms}}
}
@misc{pydata2015,
  author = {Serge Guelton and Pierrick Brunet},
  title = {Pythran---{C}++ for {S}nakes},
  note = {PyData Paris},
  year = 2015,
  month = apr,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/pydata-2015-04-03.html}}
}
@misc{compil2015,
  author = {Serge Guelton and Adrien Guinet and Ninon Eyrolles},
  title = {Obscurcissement de bytecode {LLVM}},
  note = {Journées de la Compilation Française},
  year = 2015,
  month = jan,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/compilday-2015-01-12.html}}
}
@misc{cppfrug2014,
  author = {Serge Guelton},
  title = {{C}++ for snakes},
  note = {Cpp FRUG},
  year = 2014,
  month = oct,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/c++-for-snakes-2014-10-02.html}}
}
@misc{hacklu2014,
  author = {Serge Guelton and Nicolas Szlifierski},
  title = {{P}ython Code Obfuscation: Improving Existing Techniques},
  note = {Hack.lu},
  year = 2014,
  month = oct,
  howpublished = {\url{http://serge-sans-paille.github.io/talks/hack.lu-2014-10-21.html}}
}
@misc{compil2013,
  author = {Serge Guelton},
  title = {Vectorisation de code avec {P}ythran},
  note = {Journées de la Compilation Française},
  year = 2013,
  month = dec,
  howpublished = {\url{http://compilfr.ens-lyon.fr/wp-content/uploads/2013/12/20-Serge_Guelton.pdf}}
}
@misc{Caparmor2013,
  author = {Thomas Folegot and Dominique Clorenec and Serge Guelton and Etienne Pardo and Pierrick Brunet},
  title = {Quonops: ocean noise forecasting},
  note = {Journée utilistauers Caparmor},
  year = 2013,
  month = feb,
  howpublished = {\url{http://wwz.ifremer.fr/pcim/content/download/66480/887186/file/QuietOceans.pdf}}
}
@misc{compil2012,
  author = {Serge Guelton},
  title = {{Python2C++}},
  note = {Journées de la Compilation Française},
  year = 2012,
  month = jun,
  howpublished = {\url{http://compilfr.ens-lyon.fr/wp-content/uploads/2012/06/serge.pdf}}
}
@misc{pyconfr2012,
  author = {Serge Guelton},
  title = {{P}ythran({P}ython - object) = {O}pen{MP} + {C}++},
  note = {PyCon FR},
  year = 2012,
  month = sep,
  howpublished = {\url{http://www.pycon.fr/2012/schedule/presentation/22/}}
}

This file was generated by bibtex2html 1.99.