Displaying 3 results from an estimated 3 matches for "2to3".
2010 Aug 08
0
[LLVMdev] MmapAllocator
...p://codereview.uplinklabs.net/1905049
>
> Here are the results of our memory utilization tests. The 'Mem max'
> numbers aren't particularly revealing though, so take a look at the
> graphs. I think the spambayes benchmark was one of the most
> interesting.
>
> ### 2to3 ###
> Mem max: 39008.000 -> 38904.000: 1.0027x smaller
> Usage over time: http://tinyurl.com/3axczjc
>
> ### bzr_startup ###
> Mem max: 11996.000 -> 11984.000: 1.0010x smaller
> Usage over time: http://tinyurl.com/2ucnbhb
>
> ### call_method ###
> Mem max: 11632.0...
2010 Aug 08
4
[LLVMdev] MmapAllocator
...tegrating this into LLVM trunk:
http://codereview.uplinklabs.net/1905049
Here are the results of our memory utilization tests. The 'Mem max'
numbers aren't particularly revealing though, so take a look at the
graphs. I think the spambayes benchmark was one of the most
interesting.
### 2to3 ###
Mem max: 39008.000 -> 38904.000: 1.0027x smaller
Usage over time: http://tinyurl.com/3axczjc
### bzr_startup ###
Mem max: 11996.000 -> 11984.000: 1.0010x smaller
Usage over time: http://tinyurl.com/2ucnbhb
### call_method ###
Mem max: 11632.000 -> 11544.000: 1.0076x smaller
Usage ove...
2011 Mar 19
1
A question about project " Lua bindings for Xapian"
Hello all,
I am interested in the project "Supporting another language(Lua)". It
difficulty is medium-hard. Then my question is: How many lines of code does
it need to implement this project? I found some code in other languages
binding is generated by SWIG. Then what part of code do we need to write,
and what part of code are generated by SWIG?
Best Regards,
Xiaona