You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2009/11/20 21:17:39 UTC

[jira] Created: (LUCY-69) RAMFolder

RAMFolder
---------

                 Key: LUCY-69
                 URL: https://issues.apache.org/jira/browse/LUCY-69
             Project: Lucy
          Issue Type: Sub-task
          Components: Core
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey


In-memory implementation of Lucy::Store::Folder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCY-69) RAMFolder

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-69:
--------------------------------

    Attachment: ram_folder_support.diff

> RAMFolder
> ---------
>
>                 Key: LUCY-69
>                 URL: https://issues.apache.org/jira/browse/LUCY-69
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 104-ram_folder.t, ram_folder_support.diff, RAMFolder.bp, RAMFolder.c, RAMFolder.pm, TestRAMFolder.bp, TestRAMFolder.c
>
>
> In-memory implementation of Lucy::Store::Folder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (LUCY-69) RAMFolder

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-69.
---------------------------------

    Resolution: Fixed

Committed as r883479.

> RAMFolder
> ---------
>
>                 Key: LUCY-69
>                 URL: https://issues.apache.org/jira/browse/LUCY-69
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 104-ram_folder.t, ram_folder_support.diff, RAMFolder.bp, RAMFolder.c, RAMFolder.pm, TestRAMFolder.bp, TestRAMFolder.c
>
>
> In-memory implementation of Lucy::Store::Folder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCY-69) RAMFolder

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-69:
--------------------------------

    Attachment: 104-ram_folder.t
                TestRAMFolder.c
                TestRAMFolder.bp

> RAMFolder
> ---------
>
>                 Key: LUCY-69
>                 URL: https://issues.apache.org/jira/browse/LUCY-69
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: 104-ram_folder.t, ram_folder_support.diff, RAMFolder.bp, RAMFolder.c, RAMFolder.pm, TestRAMFolder.bp, TestRAMFolder.c
>
>
> In-memory implementation of Lucy::Store::Folder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCY-69) RAMFolder

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-69:
--------------------------------

    Attachment: RAMFolder.c
                RAMFolder.bp
                RAMFolder.pm

RAMFolder is based around a hash where key-value pairs are either
filename/RAMFile or dirname/Folder.  The parts which implement the Local_Xxxxx
methods are reasonably straightforward.  Rename() and Hard_Link(), where
RAMFolder is forced to deal with recursion itself, are more complex.

> RAMFolder
> ---------
>
>                 Key: LUCY-69
>                 URL: https://issues.apache.org/jira/browse/LUCY-69
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: RAMFolder.bp, RAMFolder.c, RAMFolder.pm
>
>
> In-memory implementation of Lucy::Store::Folder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.