forked from serge-sans-paille/pythran-stories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
241 lines (216 loc) · 9.08 KB
/
archives.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pythran stories</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="serge-sans-paille and other pythraners">
<!-- Le styles -->
<link rel="stylesheet" href="./theme/css/bootstrap.min.css" type="text/css" />
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
.tag-1 {
font-size: 13pt;
}
.tag-2 {
font-size: 10pt;
}
.tag-2 {
font-size: 8pt;
}
.tag-4 {
font-size: 6pt;
}
</style>
<link href="./theme/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="./theme/css/font-awesome.css" rel="stylesheet">
<link href="./theme/css/pygments.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="./theme/images/favicon.ico">
<link rel="apple-touch-icon" href="./theme/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="./theme/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="./theme/images/apple-touch-icon-114x114.png">
<link href="./" type="application/atom+xml" rel="alternate" title="Pythran stories ATOM Feed" />
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./index.html">Pythran stories </a>
<div class="nav-collapse">
<ul class="nav">
<li class="divider-vertical"></li>
<li >
<a href="./category/benchmark.html">
<i class="icon-folder-open icon-large"></i>benchmark
</a>
</li>
<li >
<a href="./category/compilation.html">
<i class="icon-folder-open icon-large"></i>compilation
</a>
</li>
<li >
<a href="./category/cython.html">
<i class="icon-folder-open icon-large"></i>cython
</a>
</li>
<li >
<a href="./category/engineering.html">
<i class="icon-folder-open icon-large"></i>engineering
</a>
</li>
<li >
<a href="./category/examples.html">
<i class="icon-folder-open icon-large"></i>examples
</a>
</li>
<li >
<a href="./category/optimisation.html">
<i class="icon-folder-open icon-large"></i>optimisation
</a>
</li>
<li >
<a href="./category/release.html">
<i class="icon-folder-open icon-large"></i>release
</a>
</li>
<ul class="nav pull-right">
<li><a href="./archives.html"><i class="icon-th-list"></i>Archives</a></li>
</ul>
</ul>
<!--<p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>-->
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="span9" id="content">
<section id="content">
<h1>Archives for Pythran stories</h1>
<dl>
<dt>Sun 25 November 2018</dt>
<dd><a href='getting-the-best-of-every-world-cython-and-pythran-working-together.html'>Getting the best of every world: Cython and Pythran working together</a></dd>
<dt>Wed 31 October 2018</dt>
<dd><a href='bye-bye-boostsimd-welcome-xsimd.html'>Bye bye boost.simd, welcome xsimd</a></dd>
<dt>Sun 05 August 2018</dt>
<dd><a href='what-is-the-air-speed-velocity-of-pythran.html'>What is the air speed velocity of Pythran?</a></dd>
<dt>Wed 11 July 2018</dt>
<dd><a href='testing-pythran-on-random-kernels.html'>Testing Pythran on random kernels</a></dd>
<dt>Wed 16 May 2018</dt>
<dd><a href='an-incursion-into-basic-ml-gradient-descent-compiled-with-pythran.html'>An incursion into basic ML - Gradient Descent compiled with Pythran</a></dd>
<dt>Mon 29 January 2018</dt>
<dd><a href='shrinking-pythran-generated-binaries.html'>Shrinking Pythran-Generated Binaries</a></dd>
<dt>Fri 12 January 2018</dt>
<dd><a href='being-more-than-a-translator.html'>Being more than a translator</a></dd>
<dt>Wed 08 November 2017</dt>
<dd><a href='the-capsule-corporation.html'>the Capsule Corporation</a></dd>
<dt>Sun 22 October 2017</dt>
<dd><a href='pythran-083-is-out.html'>Pythran 0.8.3 is out!</a></dd>
<dt>Fri 30 June 2017</dt>
<dd><a href='toward-a-simpler-and-faster-pythran-compiler.html'>Toward a Simpler and Faster Pythran Compiler</a></dd>
<dt>Sat 10 December 2016</dt>
<dd><a href='from-pythran-import-typing.html'>from pythran import typing</a></dd>
<dt>Mon 18 July 2016</dt>
<dd><a href='pythran-tutorial.html'>Pythran Tutorial</a></dd>
<dt>Mon 04 July 2016</dt>
<dd><a href='learn-pythran-by-practice.html'>Learn Pythran by practice</a></dd>
<dt>Thu 16 June 2016</dt>
<dd><a href='pythran-075-is-out.html'>Pythran 0.7.5 is out!</a></dd>
<dt>Wed 08 June 2016</dt>
<dd><a href='benchmarking-before-the-release.html'>Benchmarking Before the Release</a></dd>
<dt>Wed 25 May 2016</dt>
<dd><a href='costless-abstraction-with-pythran-broadcasting.html'>Costless Abstraction with Pythran: Broadcasting</a></dd>
<dt>Mon 18 April 2016</dt>
<dd><a href='identifier-binding-computation.html'>Identifier Binding Computation</a></dd>
<dt>Tue 05 April 2016</dt>
<dd><a href='micro-benchmarking-julia-c-and-pythran-on-an-economics-kernel.html'>Micro-Benchmarking Julia, C++ and Pythran on an Economics kernel</a></dd>
<dt>Tue 29 March 2016</dt>
<dd><a href='compiler-flags.html'>Compiler Flags</a></dd>
<dt>Wed 09 March 2016</dt>
<dd><a href='pythran-case-resampling.html'>Pythran Case: Resampling</a></dd>
<dt>Thu 07 January 2016</dt>
<dd><a href='pythran-074-is-out.html'>Pythran 0.7.4 is out!</a></dd>
</dl>
</section>
</div><!--/span-->
<div class="span3 well sidebar-nav" id="sidebar">
<ul class="nav nav-list">
<li class="nav-header"><h4><i class="icon-external-link"></i>blogroll</h4></li>
<li><a href="http://pythonhosted.org/pythran"><i class="icon-external-link"></i>Pythran Doc</a></li>
<li><a href="https://pypi.python.org/pypi/pythran"><i class="icon-external-link"></i>Pythran on PyPI</a></li>
<li class="nav-header"><h4><i class="icon-home icon-large"></i> social</h4></li>
<li><a href="./feeds/all.atom.xml" rel="alternate"><i class="icon-bookmark icon-large"></i>atom feed</a></li>
<li><a href="https://github.com/serge-sans-paille/pythran"><i class="icon-github-sign icon-large"></i>github</a></li>
<li class="nav-header"><h4><i class="icon-folder-close icon-large"></i>Categories</h4></li>
<li>
<a href="./category/benchmark.html">
<i class="icon-folder-open icon-large"></i>benchmark
</a>
</li>
<li>
<a href="./category/compilation.html">
<i class="icon-folder-open icon-large"></i>compilation
</a>
</li>
<li>
<a href="./category/cython.html">
<i class="icon-folder-open icon-large"></i>cython
</a>
</li>
<li>
<a href="./category/engineering.html">
<i class="icon-folder-open icon-large"></i>engineering
</a>
</li>
<li>
<a href="./category/examples.html">
<i class="icon-folder-open icon-large"></i>examples
</a>
</li>
<li>
<a href="./category/optimisation.html">
<i class="icon-folder-open icon-large"></i>optimisation
</a>
</li>
<li>
<a href="./category/release.html">
<i class="icon-folder-open icon-large"></i>release
</a>
</li>
<li class="nav-header"><h4><i class="icon-tags icon-large"></i>Tags</h4></li>
</ul> </div><!--/.well -->
</div><!--/row-->
<hr>
<footer>
<address id="about">
Proudly powered by <a href="http://pelican.notmyidea.org/">Pelican <i class="icon-external-link"></i></a>,
which takes great advantage of <a href="http://python.org">Python <i class="icon-external-link"></i></a>.
</address><!-- /#about -->
<p>The theme is from <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter <i class="icon-external-link"></i></a>,
and <a href="http://fortawesome.github.com/Font-Awesome/">Font-Awesome <i class="icon-external-link"></i></a>, thanks!</p>
</footer>
</div><!--/.fluid-container-->
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./theme/js/jquery-1.7.2.min.js"></script>
<script src="./theme/js/bootstrap.min.js"></script>
</body>
</html>