Skip to content

Commit 40460f7

Browse files
committed
Updates to notebook
1 parent d455c41 commit 40460f7

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

notebooks/GeoTrellis Design Patterns.ipynb

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "code",
53-
"execution_count": 35,
53+
"execution_count": 3,
5454
"metadata": {
5555
"collapsed": false
5656
},
@@ -60,8 +60,8 @@
6060
"output_type": "stream",
6161
"text": [
6262
"[Using foreach over a range] Took: 2768 ms\n",
63-
"[using a while loop] Took: 333 ms\n",
64-
"[spire's cfor macro] Took: 323 ms\n"
63+
"[using a while loop] Took: 339 ms\n",
64+
"[spire's cfor macro] Took: 334 ms\n"
6565
]
6666
}
6767
],
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"cell_type": "code",
195-
"execution_count": 6,
195+
"execution_count": 5,
196196
"metadata": {
197197
"collapsed": false
198198
},
@@ -201,10 +201,10 @@
201201
"name": "stdout",
202202
"output_type": "stream",
203203
"text": [
204-
"[Ints: constant check] Took: 35 ms\n",
205-
"[Ints: overloaded method] Took: 54 ms\n",
206-
"[Doubles: java.lang.Double.isNaN] Took: 34 ms\n",
207-
"[Doubles: overloaded method] Took: 60 ms\n"
204+
"[Ints: constant check] Took: 8 ms\n",
205+
"[Ints: overloaded method] Took: 152 ms\n",
206+
"[Doubles: java.lang.Double.isNaN] Took: 37 ms\n",
207+
"[Doubles: overloaded method] Took: 144 ms\n"
208208
]
209209
}
210210
],
@@ -254,7 +254,7 @@
254254
},
255255
{
256256
"cell_type": "code",
257-
"execution_count": 8,
257+
"execution_count": 7,
258258
"metadata": {
259259
"collapsed": false
260260
},
@@ -263,8 +263,8 @@
263263
"name": "stdout",
264264
"output_type": "stream",
265265
"text": [
266-
"[Ints: constant check] Took: 3 ms\n",
267-
"[Ints: isNoData macro] Took: 2 ms\n",
266+
"[Ints: constant check] Took: 4 ms\n",
267+
"[Ints: isNoData macro] Took: 3 ms\n",
268268
"[Doubles: java.lang.Double.isNaN] Took: 35 ms\n",
269269
"[Doubles: isNoData macro] Took: 35 ms\n"
270270
]
@@ -349,7 +349,7 @@
349349
},
350350
{
351351
"cell_type": "code",
352-
"execution_count": 9,
352+
"execution_count": 8,
353353
"metadata": {
354354
"collapsed": false
355355
},
@@ -375,7 +375,7 @@
375375
},
376376
{
377377
"cell_type": "code",
378-
"execution_count": 11,
378+
"execution_count": 9,
379379
"metadata": {
380380
"collapsed": true
381381
},
@@ -401,7 +401,7 @@
401401
},
402402
{
403403
"cell_type": "code",
404-
"execution_count": 15,
404+
"execution_count": 14,
405405
"metadata": {
406406
"collapsed": false
407407
},
@@ -410,8 +410,8 @@
410410
"name": "stdout",
411411
"output_type": "stream",
412412
"text": [
413-
"[Function1] Took: 32 ms\n",
414-
"[Function3] Took: 72 ms\n"
413+
"[Function1] Took: 14 ms\n",
414+
"[Function3] Took: 58 ms\n"
415415
]
416416
}
417417
],
@@ -440,7 +440,7 @@
440440
},
441441
{
442442
"cell_type": "code",
443-
"execution_count": 16,
443+
"execution_count": 15,
444444
"metadata": {
445445
"collapsed": true
446446
},
@@ -469,9 +469,9 @@
469469
"name": "stdout",
470470
"output_type": "stream",
471471
"text": [
472-
"[Function1] Took: 14 ms\n",
473-
"[Function3] Took: 44 ms\n",
474-
"[Mapper Trait] Took: 18 ms\n"
472+
"[Function1] Took: 16 ms\n",
473+
"[Function3] Took: 56 ms\n",
474+
"[Mapper Trait] Took: 22 ms\n"
475475
]
476476
}
477477
],
@@ -500,7 +500,7 @@
500500
},
501501
{
502502
"cell_type": "code",
503-
"execution_count": 23,
503+
"execution_count": 22,
504504
"metadata": {
505505
"collapsed": false
506506
},
@@ -1189,7 +1189,7 @@
11891189
},
11901190
{
11911191
"cell_type": "code",
1192-
"execution_count": 30,
1192+
"execution_count": 23,
11931193
"metadata": {
11941194
"collapsed": false
11951195
},
@@ -1200,7 +1200,7 @@
12001200
"List(Foo(1), Foo(1), Foo(2), Foo(2), Foo(3), Foo(3))"
12011201
]
12021202
},
1203-
"execution_count": 30,
1203+
"execution_count": 23,
12041204
"metadata": {},
12051205
"output_type": "execute_result"
12061206
}
@@ -1304,7 +1304,7 @@
13041304
},
13051305
{
13061306
"cell_type": "code",
1307-
"execution_count": 33,
1307+
"execution_count": 24,
13081308
"metadata": {
13091309
"collapsed": false
13101310
},

0 commit comments

Comments
 (0)