Units API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/units/1569441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesvm-design_index/nb_NO/?format=api",
    "source": [
        "Under Linux there is no such linked list.  To remove all the hardware page table mappings for a `vm_page` linux must index into every VM object that _might_ have mapped the page.  For example, if you have 50 processes all mapping the same shared library and want to get rid of page X in that library, you need to index into the page table for each of those 50 processes even if only 10 of them have actually mapped the page.  So Linux is trading off the simplicity of its design against performance.  Many VM algorithms which are O(1) or (small N) under FreeBSD wind up being O(N), O(N^2), or worse under Linux.  Since the pte's representing a particular page in an object tend to be at the same offset in all the page tables they are mapped in, reducing the number of accesses into the page tables at the same pte offset will often avoid blowing away the L1 cache line for that offset, which can lead to better performance."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -6410095001383200919,
    "content_hash": -6410095001383200919,
    "location": "documentation/content/en/articles/vm-design/_index.adoc:373",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 81,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 171,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1569369/?format=api",
    "priority": 100,
    "id": 1569441,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesvm-design_index/nb_NO/?checksum=270ac48ef20c1769",
    "url": "https://translate-dev.freebsd.org/api/units/1569441/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-05-21T18:04:59.266306Z"
}