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/10/07 06:15:31 UTC

[jira] Resolved: (LUCY-57) FileWindow - unit of memory mapping

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

Marvin Humphrey resolved LUCY-57.
---------------------------------

    Resolution: Fixed

Committed as r822578.

> FileWindow - unit of memory mapping
> -----------------------------------
>
>                 Key: LUCY-57
>                 URL: https://issues.apache.org/jira/browse/LUCY-57
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: FileWindow.bp, FileWindow.c
>
>
> FileWindow is a small class used to pass around memory mapped regions: it
> contains a buffer, and offset, and a length.  It is unusual among Lucy classes
> in that it allows direct access to its member variables (for efficiency).
> However, by convention, other classes will never assign to those members
> directly but call setters.

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