Hannes Landeholm
Hannes Landeholm
``` func (d *DB) Find(key []byte, opts *db.ReadOptions) db.Iterator { panic("unimplemented") } ```
Error downloading object: base/skins/textures/middleage_lightskinned_male_diffuse2.png (e897c4c): Smudge error: Error downloading base/skins/textures/middleage_lightskinned_male_diffuse2.png (e897c4cc1b6ad5d10a7d2b2be92402feda4e772e6582dfaf0a1e8fc4621d8097): batch response: Rate limit exceeded: https://github.com/makehumancommunity/makehuman-assets.git/info/lfs/objects/batch
Suggested name: rio_tcp_establish(). It should take a host name and a port. The host name is resolved to a list of A records. It should try to connect to each...
The post linker is currently a major time stealer when building. It's written in python to make use of an ELF/Dwarf library that doesn't suck (pyelftools). Unfortunately it's slow, even...
It would be nice to replace this with some embedded dns library. In a perfect world the operating system takes care of this...
It's currently written in PHP because it was fastest for me to do. It would be nice if it was written in something else. Suggestions?
SSE state saving was implemented after misunderstanding the x86_64 systemv abi and is likely not needed. Remove it from librcd and revert the related llvm patches.
The overhead for concurrency is currently quite large. This is mainly caused by contention from global locks that can be eliminated with hardware transactional memory when it becomes widely available....
http://www.cs.columbia.edu/~aho/cs6998/reports/12-12-11_DeshpandeSponslerWeiss_GO.pdf
I have never had use for an automatically expanding buffer, e.g. a classic 2^n buffer that reallocates and copies its content if it needs to expand, because I always max...