Results 50 comments of Paul J. Davis

Sorry on the slow progress here. The single index build I could find to reproduce this takes over 2h to run so its been a bit of a protracted debugging...

This is definitely a subtle bug but its not related to either of those issues. The adjustTree affected by #57 is when we've split a node into two and is...

I'd also like to remove PointerPool and PoolPointer. Though I think that may involve a bit of code churn so it might be best as its own PR. I'd also...

Ah, cool. Glad I found the right place on the first try. Also yeah, I didn't bother forking and opening a PR precisely cause it was hard to tell if...

How apropos! I just today poked at jsx for an escriptized tool I was playing with. I was definitely confused for awhile trying to figure out the API cause I...

I agree that the json application would probably be the best place to add an interface. For floats, I use Google's double-conversion library which does the pretty-printing of floats so...

@dhull Sorry for taking so long to get back to you on this. While looking at your change this approach occurred to me: https://github.com/davisp/jiffy/commit/46136403945d03224f9e7fe545ebbfdf5dfae057 Theoretically it'd be faster as well...

Python allows it as well so I'm not against it.

Guess I've been a bad maintainer since I hadn't noticed this until just now. What platform/compiler was this on?

@ffontaine Ah! Thanks for the quick update. I think I'm in agreement with you. I'll report it on the port_compiler plugin issue tracker.