Skip to content

chapters/data/process-memory/drills/tasks/alloc-size: Move task to the I/O chapter. #135

@teodutu

Description

@teodutu

The task asks students to benchmark copying a file with mmap() and read() + write(). This requires using file descriptors as well as calling read() and write() in a loop, which is better suited for the I/O chapter where this approach is explained.

This exercise should be moved to the I/O chapter and replaced with a few exercises focused solely on mmap(): using various access rights and flags, mappings with and without file backings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/codeUpdate or new source code support / solution filesarea/contentContent (Markdown) updatearea/tasksUpdate to taskskind/improveImprove / Update existing content / itemtopic/dataRelated to "Data" chaptertopic/ioRelated to "Input/Output" chapter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions