maghfoor
maghfoor
TTCTheo's Typesafe Cult
Created by maghfoor on 4/16/2023 in #questions
Should I look into using linked lists?
Hey guys I have a data structures question kinda. I am building an offline electron app that's using SQLite as the database. I am going to have 3 tables in my database. Each of these tables will hold 1000 items each at max. right now as things are I'm just fetching all the items and storing them in a typical array and printing them in a table. I'm working with TypeScript. My question is that should I look into implementing linked lists for speed and such? Sorry if this is a stupid question or if it doesn't make sense. I'm going to be learning linked lists and data structures in general soon so not fully sure of the advantages and such just yet.
14 replies