Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add LRU-cached Sysfs to the contest#752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jabrena merged 3 commits intoev3dev-lang-java:sysfs_perffromJakubVanek:sysfs_perf_lru
Dec 6, 2020
Merged

Add LRU-cached Sysfs to the contest#752

jabrena merged 3 commits intoev3dev-lang-java:sysfs_perffromJakubVanek:sysfs_perf_lru
Dec 6, 2020

Conversation

@JakubVanek
Copy link
Contributor

Merge after#751

Test are currently passing on my code.

When using cached file descriptors, differences betweenthe sysfs filesystem and normal filesytems show up.In particular, extraneous data are not persisted betweenindividual write calls (in sysfs, they're handed to thekernel driver; reads are again handled by a kernel driver).This commit repairs the illusion by opening and closingthe file for each read/write separately.# Conflicts:#src/test/java/fake_ev3dev/ev3dev/utils/io/SysfsFile.java
@jabrenajabrena self-assigned thisDec 6, 2020
@jabrenajabrena merged commit6038607 intoev3dev-lang-java:sysfs_perfDec 6, 2020
@JakubVanekJakubVanek deleted the sysfs_perf_lru branchDecember 6, 2020 15:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@jabrenajabrena

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@JakubVanek@jabrena

[8]ページ先頭

©2009-2025 Movatter.jp