Skip to content

How to distinguish an object is "large" #12

@HenryLeongStat

Description

@HenryLeongStat

As we discussed before, some large objects should be transferred by I/O on disk instead of using memory. However, how can we distinguish the threshold?

  1. "Largeness" is different from different machines
  2. Does "largeness" mean number of elements in an object? Or size of a object saving as file?

data.frame, list, matrix etc. are transferred by I/O on disk (i.e. using feather). I suppose the only large objects not using feather to be transferred are vector or string?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions