Commit 8eb604b9 authored by Meet Narendra's avatar Meet Narendra 💬

YOLOV2

parent e5d7be09
......@@ -17,7 +17,7 @@ Look for following tags
/* CS631 end */
```
###File Structure:
### File Structure:
```
<22m0742_22m0752>
......@@ -30,13 +30,13 @@ Look for following tags
```
###Tasks:
### Tasks:
1. Storing logs of incoming user queries for later use on making a decision whether to create an index or not.
2. Creating a daemon process like a cron job for the database which runs regularly to check whether indexes need to be created or not.
3. Building up logic for the daemon process to decided whether indexes need to be created or deleted.
###Cautions:
### Cautions:
1. Installing worker module correctly and updating makefiles.
2. Accessing uninitialized or modifying static memory.
3. Recursive loops inside code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment