Difference between revisions of "Talk:Text To Byte Conversion"
Jump to navigation
Jump to search
(New page: These two functions are going to be very slow and they have a large memory footprint. This is what llBase64ToInteger and llIntegerToBase64 are good for. Suppose it's time I post some of th...) |
|||
Line 1: | Line 1: | ||
These two functions are going to be very slow and they have a large memory footprint. This is what llBase64ToInteger and llIntegerToBase64 are good for. Suppose it's time I post some of the new functions to the Combined Library. -- [[User:Strife Onizuka|Strife Onizuka]] 09:58, 3 January 2008 (PST) | These two functions are going to be very slow and they have a large memory footprint. This is what llBase64ToInteger and llIntegerToBase64 are good for. Suppose it's time I post some of the new functions to the Combined Library. -- [[User:Strife Onizuka|Strife Onizuka]] 09:58, 3 January 2008 (PST) | ||
:Take a look here [[Combined Library#Encoding]] |
Revision as of 10:39, 3 January 2008
These two functions are going to be very slow and they have a large memory footprint. This is what llBase64ToInteger and llIntegerToBase64 are good for. Suppose it's time I post some of the new functions to the Combined Library. -- Strife Onizuka 09:58, 3 January 2008 (PST)
- Take a look here Combined Library#Encoding