Skip to content

Instantly share code, notes, and snippets.

View hugohadfield's full-sized avatar

Hugo Hadfield hugohadfield

View GitHub Profile
@hugohadfield
hugohadfield / performance.ipynb
Created November 17, 2017 16:25
Speed of Clifford library with original implementation of __mul__
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.
@hugohadfield
hugohadfield / sparse_radon_performance.ipynb
Last active November 17, 2017 17:02
Sparse/numba performance of radon transform
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hugohadfield
hugohadfield / radon_performance.ipynb
Created November 17, 2017 17:04
Planar radon transform with original np.dot implementation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hugohadfield
hugohadfield / check_other_performance.ipynb
Created November 18, 2017 14:13
Added jitting of layout comparison, small but easy gains
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hugohadfield
hugohadfield / SparseMultiplicationTest.ipynb
Created May 29, 2018 15:47
SparseMultiplicationTest.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hugohadfield
hugohadfield / CompareRightInverseJit.ipynb
Created June 5, 2018 19:25
Compare right inverse jit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hugohadfield
hugohadfield / CartansTest.ipynb
Last active June 25, 2018 13:35
Cartans.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<SCRIPT SRC="../ganja.js"></SCRIPT>
</head>
<body>
@hugohadfield
hugohadfield / test_hdf5.ipynb
Last active October 17, 2018 14:03
hdf5mvs.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.