You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The current yadl code works as a single threaded dedup library where the user needs to send the file which is to be deduped. Inline dedup will perform the deduplication as the user gives the data as a stream of input. The program also need to be thread safe.
The text was updated successfully, but these errors were encountered:
/*
The code contains the namespace API for the creation of namespaces and
the creation of directory for stores. Namespace open, edit, list, and
delete functions are yet to be implemented.
*/
Signed-off-by: Karthik U S <[email protected]>
Description:
The current yadl code works as a single threaded dedup library where the user needs to send the file which is to be deduped. Inline dedup will perform the deduplication as the user gives the data as a stream of input. The program also need to be thread safe.
The text was updated successfully, but these errors were encountered: