Gauche > Archives > 2021/05/27

2021/05/27 06:47:12 UTCshiro
#
srfi-224(integer mapping)をdata.sparseの上に書こうとしたんだけど、data.sparseはlittle endian trieだから最小/最大indexを出すのが難しいんだな。
#
little endianにしたのは、整数の長さを気にする必要がないからだけど、srfi-224で参照されtれうFast Mergeable Integer Mapを読んだらbig endianの方が何かと性能が良いみたいだから、data.sparseをbig endianに書き換える方が正解だろうか http://ittc.ku.edu/~andygill/papers/IntMap98.pdf