1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00
go/usr/gri
Robert Griesemer 78b0013a07 - changed general div/mod implementation to a faster algorithm
(operates on 30bit values at a time instead of 20bit values)
- refactored and cleaned up lots of code
- more tests
- close to check-in as complete library

R=r
OCL=18326
CL=18326
2008-11-03 09:21:10 -08:00
..
bignum - changed general div/mod implementation to a faster algorithm 2008-11-03 09:21:10 -08:00
gosrc - removed double-declaration of len() 2008-10-20 12:51:18 -07:00
pretty - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00