Difference between revisions of "Talk:Text To Byte Conversion"
Jump to navigation
Jump to search
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]] -- [[User:Strife Onizuka|Strife Onizuka]] 10:40, 3 January 2008 (PST) | :Take a look here [[Combined Library#Encoding]] -- [[User:Strife Onizuka|Strife Onizuka]] 10:40, 3 January 2008 (PST) | ||
Thanks. I changed the code to use the llBase64ToInteger and llIntegerToBase64 methods. It is a lot smaller and easier to manage now. --[[User:Dedric Mauriac|Dedric Mauriac]] 01:36, 5 January 2008 (PST) |
Revision as of 01:36, 5 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 -- Strife Onizuka 10:40, 3 January 2008 (PST)
Thanks. I changed the code to use the llBase64ToInteger and llIntegerToBase64 methods. It is a lot smaller and easier to manage now. --Dedric Mauriac 01:36, 5 January 2008 (PST)