Improving Roassal Scalability

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Improving Roassal Scalability

MathieuDehouck

Hi

Back on code, after a little week off.

Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).

That's very nice.

Regards

Mathieu

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

Tudor Girba-2
Hi,

Great. 53s out of how much? :)

Doru


On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:

Hi

Back on code, after a little week off.

Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).

That's very nice.

Regards

Mathieu

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

MathieuDehouck

We go from 150sec to 97 sec drawing a simple treerepresenting the hierarchy.

Mathieu

 

Le 22.07.2013 13:22, Tudor Girba a écrit :

Hi,
 
Great. 53s out of how much? :)
 
Doru


On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:

Hi

Back on code, after a little week off.

Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).

That's very nice.

Regards

Mathieu

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



 
--
 
"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

 

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

Tudor Girba-2
That is great, indeed!

(always provide context to help people interpret pure facts :))

Doru


On Mon, Jul 22, 2013 at 1:39 PM, <[hidden email]> wrote:

We go from 150sec to 97 sec drawing a simple treerepresenting the hierarchy.

Mathieu

 

Le 22.07.2013 13:22, Tudor Girba a écrit :

Hi,
 
Great. 53s out of how much? :)
 
Doru


On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:

Hi

Back on code, after a little week off.

Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).

That's very nice.

Regards

Mathieu

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



 
--
 
"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

 

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

abergel
Wow!

I will have a look at this today!

Alexandre


On Jul 22, 2013, at 7:47 AM, Tudor Girba <[hidden email]> wrote:

> That is great, indeed!
>
> (always provide context to help people interpret pure facts :))
>
> Doru
>
>
> On Mon, Jul 22, 2013 at 1:39 PM, <[hidden email]> wrote:
> We go from 150sec to 97 sec drawing a simple treerepresenting the hierarchy.
>
> Mathieu
>
>  
> Le 22.07.2013 13:22, Tudor Girba a écrit :
>
>> Hi,
>>  
>> Great. 53s out of how much? :)
>>  
>> Doru
>>
>>
>> On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:
>> Hi
>>
>> Back on code, after a little week off.
>>
>> Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).
>>
>> That's very nice.
>>
>> Regards
>>
>> Mathieu
>>
>>  
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>>
>>  
>> --
>> www.tudorgirba.com
>>  
>> "Every thing has its own flow"
>>
>> _______________________________________________
>> Moose-dev mailing list
>>
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>  
>  
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

Stéphane Ducasse
In reply to this post by MathieuDehouck
j'adore ces nombres :)

Stef

On Jul 22, 2013, at 1:39 PM, [hidden email] wrote:

We go from 150sec to 97 sec drawing a simple treerepresenting the hierarchy.

Mathieu

 

Le 22.07.2013 13:22, Tudor Girba a écrit :

Hi,
 
Great. 53s out of how much? :)
 
Doru


On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:

Hi

Back on code, after a little week off.

Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).

That's very nice.

Regards

Mathieu

 

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



 
--
 
"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
 
 
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

abergel
In reply to this post by MathieuDehouck
Which package should I look at? There are many in your repository

Alexandre


On Jul 22, 2013, at 7:39 AM, [hidden email] wrote:

> We go from 150sec to 97 sec drawing a simple treerepresenting the hierarchy.
>
> Mathieu
>
>  
> Le 22.07.2013 13:22, Tudor Girba a écrit :
>
>> Hi,
>>  
>> Great. 53s out of how much? :)
>>  
>> Doru
>>
>>
>> On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:
>> Hi
>>
>> Back on code, after a little week off.
>>
>> Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).
>>
>> That's very nice.
>>
>> Regards
>>
>> Mathieu
>>
>>  
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>>
>>  
>> --
>> www.tudorgirba.com
>>  
>> "Every thing has its own flow"
>>
>> _______________________________________________
>> Moose-dev mailing list
>>
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>  
>  
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Improving Roassal Scalability

Tudor Girba-2
As I understand the speedup is not yet integrated into Roassal, but you are looking at it right now.

I will wait with the release until it gets integrated. Is that Ok?

Cheers,
Doru



On Sun, Jul 28, 2013 at 5:30 PM, Alexandre Bergel <[hidden email]> wrote:
Which package should I look at? There are many in your repository

Alexandre


On Jul 22, 2013, at 7:39 AM, [hidden email] wrote:

> We go from 150sec to 97 sec drawing a simple treerepresenting the hierarchy.
>
> Mathieu
>
>
> Le 22.07.2013 13:22, Tudor Girba a écrit :
>
>> Hi,
>>
>> Great. 53s out of how much? :)
>>
>> Doru
>>
>>
>> On Mon, Jul 22, 2013 at 12:50 PM, <[hidden email]> wrote:
>> Hi
>>
>> Back on code, after a little week off.
>>
>> Just rewrite rawEdgesFrom: to: using rawEdges: from: to: and we win up to 53 second on Object withAllSubclasses (11000 classes).
>>
>> That's very nice.
>>
>> Regards
>>
>> Mathieu
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>>
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "Every thing has its own flow"
>>
>> _______________________________________________
>> Moose-dev mailing list
>>
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev