From e72dd2fadd15f1a2abe8ae013d08672f58400e22 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 10 Feb 2019 18:16:48 +0000 Subject: Added problem description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d4d533..fc022cf 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ __NOTE__: Articles that have the same title in differing sources, the first to b ## Technical debt - components that I need to spend longer thinking about/refactoring * Articles having the same title will have a collision due to database design (Title is a unique field), thus only the first inserted article will stay, the other deleted. -* Program is a bit slow +* Program is a bit slow when inserting due to constant try{}check{}'ing. Will become a proper big problem in certain scenarios where you might have a large amount of articles before each update -- cgit v1.2.3-13-gbd6f