History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CAT-54
Type: Contest Submission Contest Submission
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alit Bar Sadeh
Reporter: Kirill Ishanov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
_Project Catalog

A library that will help to increase the space capacity by packing the Entities

Created: 12/Feb/08 09:35 AM   Updated: 18/Feb/08 06:08 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

File Attachments: 1. File Re Change the captain for the PackRat project.msg (27 kb)


Contest's Project Name: PackRat
Contest's Project Description:
Sometimes you need to store some objects in space which contains many non-indexing fields. These fields add a huge memory usage overhead, but packing these fields as a blob can greatly reduce the memory usage of the object. PackRat will provide a common mechanism for solving this problem.
Contest's Project Category: Extension
The Challenge: PackRat will provide an interfaces to pack and unpack Entities and choose packing method
Technologies: Java
Restricted Environments: None
Applicable Scenario/s :
Imagine that you need to store an object which represents a lyric. These object will contain fields like Artist, Title and Lyric. The clients API will search this object only by Artist or by Title, so the Lyric field (which can be represented as a String) can be packed using GZIP. For an average song it will decrease the memory usage of the object by 2 times.
Exist Already?: A particular case is used in the real project
Submission Maturity: Concept
Contest Terms & Conditions: Yes
Contributor License Agreement: Yes


 All   Comments   Change History      Sort Order:
Alit Bar Sadeh - 13/Feb/08 05:11 AM
Concept Submission entered the OpenSpaces Developer Challenge. Project and tools have been set on OpenSpaces.org. A dedicated email about your project will be sent shortly.

Alit Bar Sadeh - 17/Feb/08 08:27 AM
As per the Captain's request, Project & Submission ownership has been passed to Alex A. Kuzentsov.

Alit Bar Sadeh - 18/Feb/08 06:07 AM
Confirmation email for changing the Captain of the PackRat project