This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/fish | |
set fish_trace on | |
# https://stackoverflow.com/questions/57746792/homebrews-llvm-fatal-error-stdio-h-file-not-found-on-macos | |
set LLVM_PATH "/usr/local/opt/llvm" | |
set LLVM_VERSION "21.6.0" | |
set -x PATH "$LLVM_PATH:$PATH" | |
set -x SDKROOT (xcrun --sdk macosx --show-sdk-path) | |
set -x LD_LIBRARY_PATH "$LLVM_PATH/lib/" | |
set -x DYLD_LIBRARY_PATH "$LLVM_PATH/lib/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "root", | |
"children": [ | |
{ | |
"id": "0", | |
"x": -38.5, | |
"y": -16, | |
"width": 77, | |
"height": 32 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mode | browser | n | type | mean | confidenceInterval | |
---|---|---|---|---|---|---|
open | firefox | 0 | 100 n outputs each of a div | 2.5732290683420116 | 3.8240364815126204 | |
open | firefox | 0 | one output with 100 n divs | 1.010023894412375 | 0.10920438045006321 | |
switch | firefox | 0 | 100 n outputs each of a div | 1.4223837673259567 | 0.35645723854657835 | |
switch | firefox | 0 | one output with 100 n divs | 1.0427466384309414 | 0.3645977355738751 | |
open | firefox | 5 | 100 n outputs each of a div | 1.0473409536852676 | 0.4919644275027175 | |
open | firefox | 5 | one output with 100 n divs | 1.11596088676786 | 0.2767693224037376 | |
switch | firefox | 5 | 100 n outputs each of a div | 1.009349877791352 | 0.10665425922817721 | |
switch | firefox | 5 | one output with 100 n divs | 1.0025889409915483 | 0.24335132357646194 | |
open | firefox | 10 | 100 n outputs each of a div | 1.011304775132308 | 0.06804069429668422 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Functions and tools to unify types. | |
Note that this uses dicts as ordered sets in many places so that input and output | |
has the same ordering, so that git diffs are better | |
""" | |
from __future__ import annotations | |
import typing | |
import collections |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}}, | |
"data": {"name": "data-dd5ef53ccb7db65754b7478f2d0aa8f9"}, | |
"mark": "bar", | |
"encoding": { | |
"color": {"type": "nominal", "field": "library"}, | |
"tooltip": [ | |
{"type": "nominal", "field": "function"}, | |
{"type": "quantitative", "field": "count"}, | |
{"type": "nominal", "field": "library"} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Generated by Cython 0.29.16 */ | |
/* BEGIN: Cython Metadata | |
{ | |
"distutils": { | |
"depends": [ | |
"skimage/feature/conditional_omp.h" | |
], | |
"include_dirs": [ | |
"./skimage/feature" |