-
- Downloads
Using soft references and weak hash maps in the SameObjectTermFactory so that...
Using soft references and weak hash maps in the SameObjectTermFactory so that the memory can be freed when there is not enough memory (the soft references guarantee that the terms will remain in the factory as long as there is enough memory for the program, otherwise the garbage collector can remove unused terms to free memory)
Please register or sign in to comment