[jira] [Updated] (LUCENE-4171) Performance improvements to Packed64

2012-07-11 Thread Hoss Man (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated LUCENE-4171:
-

Fix Version/s: (was: 4.0-ALPHA)
   4.0

hoss20120711-manual-post-40alpha-change

 Performance improvements to Packed64
 

 Key: LUCENE-4171
 URL: https://issues.apache.org/jira/browse/LUCENE-4171
 Project: Lucene - Java
  Issue Type: Sub-task
  Components: core/other
Affects Versions: 4.0-ALPHA, 5.0
 Environment: Tested with 4 different Intel machines
Reporter: Toke Eskildsen
Assignee: Adrien Grand
Priority: Minor
  Labels: performance
 Fix For: 4.0

 Attachments: LUCENE-4171.patch, LUCENE-4171.patch, LUCENE-4171.patch, 
 LUCENE-4171.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 Based on the performance measurements of PackedInts.Mutable's in LUCENE-4062, 
 a new version of Packed64 has been created that is consistently faster than 
 the old Packed64 for both get and set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-4171) Performance improvements to Packed64

2012-06-29 Thread Toke Eskildsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Toke Eskildsen updated LUCENE-4171:
---

Attachment: LUCENE-4171.patch

Attached patch with constructor #1 size calculation change. Unit-test still 
passes.

 Performance improvements to Packed64
 

 Key: LUCENE-4171
 URL: https://issues.apache.org/jira/browse/LUCENE-4171
 Project: Lucene - Java
  Issue Type: Sub-task
  Components: core/other
Affects Versions: 4.0, 5.0
 Environment: Tested with 4 different Intel machines
Reporter: Toke Eskildsen
Priority: Minor
  Labels: performance
 Attachments: LUCENE-4171.patch, LUCENE-4171.patch, LUCENE-4171.patch, 
 LUCENE-4171.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 Based on the performance measurements of PackedInts.Mutable's in LUCENE-4062, 
 a new version of Packed64 has been created that is consistently faster than 
 the old Packed64 for both get and set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-4171) Performance improvements to Packed64

2012-06-28 Thread Toke Eskildsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Toke Eskildsen updated LUCENE-4171:
---

Attachment: LUCENE-4171.patch

I did wonder about the getArray-thing, but I did not look all the way back to 
the Reader interface, where the JavaDoc is very clear on the subject. I have 
removed the method and corrected the variable names.

 Performance improvements to Packed64
 

 Key: LUCENE-4171
 URL: https://issues.apache.org/jira/browse/LUCENE-4171
 Project: Lucene - Java
  Issue Type: Sub-task
  Components: core/other
Affects Versions: 4.0, 5.0
 Environment: Tested with 4 different Intel machines
Reporter: Toke Eskildsen
Priority: Minor
  Labels: performance
 Attachments: LUCENE-4171.patch, LUCENE-4171.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 Based on the performance measurements of PackedInts.Mutable's in LUCENE-4062, 
 a new version of Packed64 has been created that is consistently faster than 
 the old Packed64 for both get and set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-4171) Performance improvements to Packed64

2012-06-28 Thread Toke Eskildsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Toke Eskildsen updated LUCENE-4171:
---

Attachment: LUCENE-4171.patch

I have corrected the issues. I do worry a little bit about the block count 
thing: As the change is seen in the constructor and the reader, and the writer 
uses valueCount, the persistent format should be the same, right?

 Performance improvements to Packed64
 

 Key: LUCENE-4171
 URL: https://issues.apache.org/jira/browse/LUCENE-4171
 Project: Lucene - Java
  Issue Type: Sub-task
  Components: core/other
Affects Versions: 4.0, 5.0
 Environment: Tested with 4 different Intel machines
Reporter: Toke Eskildsen
Priority: Minor
  Labels: performance
 Attachments: LUCENE-4171.patch, LUCENE-4171.patch, LUCENE-4171.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 Based on the performance measurements of PackedInts.Mutable's in LUCENE-4062, 
 a new version of Packed64 has been created that is consistently faster than 
 the old Packed64 for both get and set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-4171) Performance improvements to Packed64

2012-06-27 Thread Toke Eskildsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Toke Eskildsen updated LUCENE-4171:
---

Attachment: LUCENE-4171.patch

Finished implementation, ready for review  potential merge. TestPackedInts 
passes.

 Performance improvements to Packed64
 

 Key: LUCENE-4171
 URL: https://issues.apache.org/jira/browse/LUCENE-4171
 Project: Lucene - Java
  Issue Type: Sub-task
  Components: core/other
Affects Versions: 4.0, 5.0
 Environment: Tested with 4 different Intel machines
Reporter: Toke Eskildsen
Priority: Minor
  Labels: performance
 Attachments: LUCENE-4171.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 Based on the performance measurements of PackedInts.Mutable's in LUCENE-4062, 
 a new version of Packed64 has been created that is consistently faster than 
 the old Packed64 for both get and set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org