• Clayton Coleman's avatar
    Add an int64 quantity implementation · b2a01d4d
    Clayton Coleman authored
    Provides fast transformations of int64 scaled values with overflow to
    inf.Dec as needed. Attempts to reduce allocations and expensive
    operations in the critical path.
    
    Alters the public signature of Quantity to encourage more efficient use
    b2a01d4d
Name
Last commit
Last update
..
amount.go Loading commit data...
amount_test.go Loading commit data...
deep_copy_generated.go Loading commit data...
generated.pb.go Loading commit data...
generated.proto Loading commit data...
math.go Loading commit data...
math_test.go Loading commit data...
quantity.go Loading commit data...
quantity_example_test.go Loading commit data...
quantity_proto.go Loading commit data...
quantity_test.go Loading commit data...
scale_int.go Loading commit data...
scale_int_test.go Loading commit data...
suffix.go Loading commit data...