Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
purescript-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 135
    • Issues 135
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • purescript-gargantext
  • Issues
  • #218

Closed
Open
Opened Oct 08, 2020 by Nicolas Pouillard@np
  • Report abuse
  • New issue
Report abuse New issue

Use Sequence instead of List in Table

In the module Gargantext.Components.Table, change Rows to be a Sequence instead of a List and adapt the codebase accordingly. The underlying reason is that recursive functions over very long lists have poor performances, including exceeding the limits.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
Performances critical
Assign labels
  • View project labels
Reference: gargantext/purescript-gargantext#218