[erlang-questions] Maps

Steve Davis steven.charles.davis@REDACTED
Sat May 11 00:57:00 CEST 2013


I agree... if they are actually lists of integers. 

However, if the list of integers represents a reference (e.g. path 
"strings", attribute name "strings") does this also hold?

On Friday, May 10, 2013 5:45:13 PM UTC-5, Robert Virding wrote:
>
> Processing lists of integers is faster than processing binaries, which is 
> not surprising really.
>
> Robert
>
> ------------------------------
>
> *From: *"Steve Davis" <steven.cha...@REDACTED <javascript:>>
>
> I offer the suggestion that if "strings" were not processed as "just lists 
> of integers" but treated as the binary data that they are then you'd not be 
> needing to do this kind of thing...
>
> However, owing to that incorrect insistence in most of the platform apis, 
> I can see that it's hard to avoid.
>
> best,
> /s
>
> On Friday, May 10, 2013 11:30:15 AM UTC-5, Max Lapshin wrote:
>>
>> Guys. 
>>
>> erlang is a rather simple language, which is seriously spoiled by 
>> endless list_to_binary and binary_to_list conversions. Are you really 
>> sure that we need  map_to_frame and frame_to_map ? 
>> _______________________________________________ 
>> erlang-questions mailing list 
>> erlang-q...@REDACTED 
>> http://erlang.org/mailman/listinfo/erlang-questions 
>>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-q...@REDACTED <javascript:>
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130510/fdc34f47/attachment.htm>


More information about the erlang-questions mailing list