Code warehouse system based on labels
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 上海睿成软件有限公司
- Publication Date
- 2021-02-26
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to software development, in particular to a tag-based code warehouse system. Background technique
[0002] In traditional code editing work, code reuse is generally achieved through function calls. For example, if a function is used very frequently, it is used as a part of the library. Taking the C++ standard library as an example, it is easy to encapsulate A large number of commonly used functions, such as input and output, data structure and other common functions, are called for use. However, due to the method of calling the function, there are the following disadvantages:
[0003] (1) Based on the principle of the compilation and operation process itself, if there are too many functions, it will waste a lot of resources in the process of function addressing;
[0004] (2) Since the library it calls often has not only the required parts, but also a large number of parts that are not actually needed, the code needs to consume a...