[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: int64 to decimal string conversion
- From: Cosmin Apreutesei <cosmin.apreutesei@...>
- Date: Fri, 8 Oct 2010 02:55:33 +0300
Hi,
This post may sound stupid, but I haven't found/been able to produce a
decent int64 (read as 2 ints or 8 bytes or whatever) to string
conversion function made in Lua without bitops or integer
multiplication past 52bit. Any hints/links? Just want to provide it as
a fallback to installing a bignum library in fbclient.
Thanks,
Cosmin.