Data Structure
See original GitHub issueHey I’m looking at how the data is stored in TabWrangler and it looks like you’re saving the complete tab data from what the chrome.tabs
API gives you.
My question is why not just save the data that is necessary?
Looking at the data, it seems you only need the following:
- title
- url
- pinned
I can’t seem to understand why you need to store the rest of the data, like height
, width
windows ID etc. Isn’t the rest of the data useless? Why not save users storage data, by reducing the data per tab?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Data structure - Wikipedia
In computer science, a data structure is a data organization, management, and storage format that is usually chosen for efficient access to data....
Read more >Data Structures - GeeksforGeeks
A data structure is a storage that is used to store and organize data. It is a way of arranging data on a...
Read more >What are Data Structures? - Definition from WhatIs.com
A data structure is a specialized format for organizing, processing, retrieving and storing data. There are several basic and advanced types of data ......
Read more >Data Structure and Types - Programiz
Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer...
Read more >Data Structures | DS Tutorial - Javatpoint
A data structure is a way of organizing the data so that it can be used efficiently. Here, we have used the word...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We should include
mutedInfo
andincognito
I don’t believe there is any action to take here right now. Tab Wrangler is not wasting much space currently; it’s only text, which compresses easily.
I am going to close this, but please reopen if the size of TW’s storage is causing functionality issues.