Skip to content

Instantly share code, notes, and snippets.

View matthieu-pa's full-sized avatar

Matthieu Parizy matthieu-pa

View GitHub Profile
@Susensio
Susensio / numpy_lru_cache.md
Last active November 26, 2024 21:25
Make function of numpy array cacheable

How to cache slow functions with numpy.array as function parameter on Python

TL;DR

from numpy_lru_cache_decorator import np_cache

@np_cache()
def function(array):
 ...
@tomohiro
tomohiro / svn-to-github.md
Last active July 29, 2020 12:13
Subversion のリポジトリを Git リポジトリへ変換し GitHub に登録するまでの手順

Subversion のリポジトリを Git リポジトリへ変換し GitHub に登録するまで

Subversion ユーザ情報と Git ユーザ情報をマッチングするためのテキストファイルを作成

フォーマット: