Files
flipper/src/ui/components
Timur Valiev 6deaf2106f immutable data structures in tables 2/n: managed table
Summary:
Migrating tables' row collection to Immutable.js List:
1. Change native array to Immutable list in ManagedTable_immutable

-----
Current implementation of tables forces to copy arrays on new data arrival which causes O(N^2) complexity ->
tables can't handle a lot of new rows in short period of time -> tables freeze and become unresponsive for a few seconds.
Immutable data structures will bring us to O(N) complexity

Reviewed By: jknoxville

Differential Revision: D16416869

fbshipit-source-id: 6d5690d8f5f70286f31a423e319b2cb22deab8ff
2019-07-23 08:00:54 -07:00
..
2018-12-14 10:35:12 -08:00
2018-10-22 09:54:59 -07:00
2019-07-03 03:40:16 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-11-05 03:12:23 -08:00
2018-08-23 09:42:18 -07:00
2019-07-08 03:43:55 -07:00
2018-10-22 09:54:59 -07:00
2019-06-10 10:36:25 -07:00
2019-06-10 10:36:25 -07:00
2018-08-23 09:42:18 -07:00
2018-11-05 03:12:23 -08:00
2018-11-05 03:12:23 -08:00
2018-11-05 03:12:23 -08:00
2018-11-05 03:12:23 -08:00
2018-11-05 03:12:23 -08:00
2018-08-23 09:42:18 -07:00
2018-12-18 08:37:28 -08:00
2018-11-05 03:12:23 -08:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2019-06-20 03:51:17 -07:00
2018-06-01 11:03:58 +01:00
2018-11-05 03:12:23 -08:00
2019-07-17 07:57:32 -07:00
2019-01-09 10:48:18 -08:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-12-14 10:35:12 -08:00
2018-11-05 03:12:23 -08:00
2018-10-22 09:54:59 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-08-23 09:42:18 -07:00
2018-10-22 09:54:59 -07:00
2018-06-01 11:03:58 +01:00
2018-10-22 09:54:59 -07:00